public sealed class ListChannelPartnerLinksRequest : IPageRequest, IMessage<ListChannelPartnerLinksRequest>, IEquatable<ListChannelPartnerLinksRequest>, IDeepCloneable<ListChannelPartnerLinksRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListChannelPartnerLinksRequest.
Request message for [CloudChannelService.ListChannelPartnerLinks][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinks]
Implements
IPageRequest, IMessage<ListChannelPartnerLinksRequest>, IEquatable<ListChannelPartnerLinksRequest>, IDeepCloneable<ListChannelPartnerLinksRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListChannelPartnerLinksRequest()
public ListChannelPartnerLinksRequest()
ListChannelPartnerLinksRequest(ListChannelPartnerLinksRequest)
public ListChannelPartnerLinksRequest(ListChannelPartnerLinksRequest other)
Parameter | |
---|---|
Name | Description |
other | ListChannelPartnerLinksRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A token for a page of results other than the first page. Obtained using [ListChannelPartnerLinksResponse.next_page_token][google.cloud.channel.v1.ListChannelPartnerLinksResponse.next_page_token] of the previous [CloudChannelService.ListChannelPartnerLinks][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinks] call.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}
Property Value | |
---|---|
Type | Description |
String |
View
public ChannelPartnerLinkView View { get; set; }
Optional. The level of granularity the ChannelPartnerLink will display.
Property Value | |
---|---|
Type | Description |
ChannelPartnerLinkView |