Interface: IGetUsageRequest
cloudservice.v1.IGetUsageRequest
Properties of a GetUsageRequest.
Hierarchy
-
↳
IGetUsageRequest
Properties
endTimeExclusive
• Optional endTimeExclusive: null | $Properties
Filter for UTC time < - optional. Defaults to: start of the next UTC day. Must be: within the last 90 days from the current date. Must be: midnight UTC time.
Inherited from
pageSize
• Optional pageSize: null | number
The requested size of the page to retrieve - optional. Each count corresponds to a single object - per day per namespace Cannot exceed 1000. Defaults to 100.
Inherited from
pageToken
• Optional pageToken: null | string
The page token if this is continuing from another response - optional.
Inherited from
startTimeInclusive
• Optional startTimeInclusive: null | $Properties
Filter for UTC time >= - optional. Defaults to: start of the current month. Must be: within the last 90 days from the current date. Must be: midnight UTC time.