public sealed class ListChannelPartnerRepricingConfigsResponse : IPageResponse<ChannelPartnerRepricingConfig>, IEnumerable<ChannelPartnerRepricingConfig>, IEnumerable, IMessage<ListChannelPartnerRepricingConfigsResponse>, IEquatable<ListChannelPartnerRepricingConfigsResponse>, IDeepCloneable<ListChannelPartnerRepricingConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListChannelPartnerRepricingConfigsResponse.
Response message for [CloudChannelService.ListChannelPartnerRepricingConfigs][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerRepricingConfigs].
Implements
IPageResponse<ChannelPartnerRepricingConfig>, IEnumerable<ChannelPartnerRepricingConfig>, IEnumerable, IMessage<ListChannelPartnerRepricingConfigsResponse>, IEquatable<ListChannelPartnerRepricingConfigsResponse>, IDeepCloneable<ListChannelPartnerRepricingConfigsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListChannelPartnerRepricingConfigsResponse()
public ListChannelPartnerRepricingConfigsResponse()
ListChannelPartnerRepricingConfigsResponse(ListChannelPartnerRepricingConfigsResponse)
public ListChannelPartnerRepricingConfigsResponse(ListChannelPartnerRepricingConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListChannelPartnerRepricingConfigsResponse |
Properties
ChannelPartnerRepricingConfigs
public RepeatedField<ChannelPartnerRepricingConfig> ChannelPartnerRepricingConfigs { get; }
The repricing configs for this channel partner.
Property Value | |
---|---|
Type | Description |
RepeatedField<ChannelPartnerRepricingConfig> |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve the next page of results. Pass to [ListChannelPartnerRepricingConfigsRequest.page_token][google.cloud.channel.v1.ListChannelPartnerRepricingConfigsRequest.page_token] to obtain that page.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<ChannelPartnerRepricingConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<ChannelPartnerRepricingConfig> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |