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