Class ListTransferableOffersResponse (1.8.0)

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

Response message for CloudChannelService.ListTransferableOffers.

Attributes

NameDescription
transferable_offers Sequence[google.cloud.channel_v1.types.TransferableOffer]
Information about Offers for a customer that can be used for transfer.
next_page_token str
A token to retrieve the next page of results. Pass to ListTransferableOffersRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListTransferableOffersResponse