Class ListSkusRequest (1.7.0)

ListSkusRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ListSkus.

Attributes

NameDescription
parent str
Required. The name of the service. Example: "services/DA34-426B-A397".
start_time google.protobuf.timestamp_pb2.Timestamp
Optional inclusive start time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. The time range has to be within a single calendar month in America/Los_Angeles timezone. Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most).
end_time google.protobuf.timestamp_pb2.Timestamp
Optional exclusive end time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. The time range has to be within a single calendar month in America/Los_Angeles timezone. Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most).
currency_code str
The ISO 4217 currency code for the pricing info in the response proto. Will use the conversion rate as of start_time. Optional. If not specified USD will be used.
page_size int
Requested page size. Defaults to 5000.
page_token str
A token identifying a page of results to return. This should be a ``next_page_token`` value returned from a previous ``ListSkus`` call. If unspecified, the first page of results is returned.

Inheritance

builtins.object > proto.message.Message > ListSkusRequest