Skip to content

Commit

Permalink
Change number to integer (#18834)
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshvijay1995 authored Apr 28, 2022
1 parent e37a09a commit 0baca05
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,15 @@
},
"processedCount": {
"readOnly": true,
"type": "number",
"description": "Processed Count."
"type": "integer",
"description": "Processed Count.",
"format": "int64"
},
"totalCount": {
"readOnly": true,
"type": "number",
"description": "Total Count."
"type": "integer",
"description": "Total Count.",
"format": "int64"
},
"lastUpdatedUtcTime": {
"readOnly": true,
Expand Down

0 comments on commit 0baca05

Please sign in to comment.