Class ListChannelPartnerLinksRequest (1.0.0)

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. Parent uses 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; the server will coerce values above 200.
page_token str
Optional. A token for a page of results other than the first page. Obtained using 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.