Skip to main content

Interface: IGetUsageRequest

cloudservice.v1.IGetUsageRequest

Properties of a GetUsageRequest.

Implemented by

Properties

endTimeExclusive

Optional endTimeExclusive: null | ITimestamp

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.


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.


pageToken

Optional pageToken: null | string

The page token if this is continuing from another response - optional.


startTimeInclusive

Optional startTimeInclusive: null | ITimestamp

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.