Interface protos.google.cloud.channel.v1.IListTransferableOffersResponse

Properties of a ListTransferableOffersResponse.

Package

@google-cloud/channel!

Properties

nextPageToken

nextPageToken?: (string|null);

ListTransferableOffersResponse nextPageToken

Property Value
TypeDescription
(string|null)

transferableOffers

transferableOffers?: (google.cloud.channel.v1.ITransferableOffer[]|null);

ListTransferableOffersResponse transferableOffers

Property Value
TypeDescription
(google.cloud.channel.v1.ITransferableOffer[]|null)