Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4154,7 +4154,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4176,13 +4176,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4209,13 +4209,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4242,13 +4242,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4180,13 +4180,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4213,13 +4213,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4246,13 +4246,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4180,7 +4180,7 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
Expand Down Expand Up @@ -4213,13 +4213,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4246,13 +4246,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,7 @@
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4209,13 +4209,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4242,13 +4242,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand All @@ -4275,13 +4275,13 @@
"hour": {
"type": "integer",
"description": "Indicates which hour in UTC timezone a snapshot should be taken",
"example": "11",
"example": 11,
"format": "int32"
},
"minute": {
"type": "integer",
"description": "Indicates which minute snapshot should be taken",
"example": "30",
"example": 30,
"format": "int32"
},
"usedBytes": {
Expand Down