Interface protos.google.cloud.billing.v1.IListSkusRequest (2.2.7)

Properties of a ListSkusRequest.

Package

@google-cloud/billing!

Properties

currencyCode

currencyCode?: (string|null);

ListSkusRequest currencyCode

Property Value
TypeDescription
(string|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

ListSkusRequest endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

pageSize

pageSize?: (number|null);

ListSkusRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListSkusRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListSkusRequest parent

Property Value
TypeDescription
(string|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

ListSkusRequest startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)