AggregateUsageRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message for requesting aggregate of Usage per configuration.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Parent value for AggregateUsageRequest |
page_size |
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
page_token |
str
Optional. A token identifying a page of results the server should return. |
filter |
str
Optional. Filtering results |
order_by |
str
Optional. Hint for how to order the results |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Required. Licenses are purchased per month - so usage track needs start time of a month. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Required. Usage track is always for a month. This parameter is for the end time of the month. |