Class ListChannelPartnerLinksResponse (1.9.2)

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

Response message for CloudChannelService.ListChannelPartnerLinks.

Attributes

NameDescription
channel_partner_links Sequence[google.cloud.channel_v1.types.ChannelPartnerLink]
The Channel partner links for a reseller.
next_page_token str
A token to retrieve the next page of results. Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.

Inheritance

builtins.object > proto.message.Message > ListChannelPartnerLinksResponse