public sealed class ListChannelPartnerRepricingConfigsResponse : IPageResponse<ChannelPartnerRepricingConfig>, IEnumerable<ChannelPartnerRepricingConfig>, IEnumerable, IMessage<ListChannelPartnerRepricingConfigsResponse>, IEquatable<ListChannelPartnerRepricingConfigsResponse>, IDeepCloneable<ListChannelPartnerRepricingConfigsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListChannelPartnerRepricingConfigsResponse.
Response message for [CloudChannelService.ListChannelPartnerRepricingConfigs][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerRepricingConfigs].
Implements
IPageResponseChannelPartnerRepricingConfig, IEnumerableChannelPartnerRepricingConfig, IEnumerable, IMessageListChannelPartnerRepricingConfigsResponse, IEquatableListChannelPartnerRepricingConfigsResponse, IDeepCloneableListChannelPartnerRepricingConfigsResponse, 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 |
RepeatedFieldChannelPartnerRepricingConfig |
|
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 |
IEnumeratorChannelPartnerRepricingConfig |
|