Class ListChannelPartnerLinksRequest (0.2.1)

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

Request message for CloudChannelService.ListChannelPartnerLinks

Attributes

NameDescription
parent str
Required. The resource name of the reseller account for listing channel partner links. The parent takes the format: accounts/{account_id}
page_size int
Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200, values above 200 will be coerced to 200.
page_token str
Optional. A token identifying a page of results, if other than the first one. Typically obtained via ListChannelPartnerLinksResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerLinks call.
view google.cloud.channel_v1.types.ChannelPartnerLinkView
Optional. The level of granularity the ChannelPartnerLink will display.