Cloud Channel v1 API - Class ListCustomerRepricingConfigsResponse (2.11.0)

public sealed class ListCustomerRepricingConfigsResponse : IPageResponse<CustomerRepricingConfig>, IEnumerable<CustomerRepricingConfig>, IEnumerable, IMessage<ListCustomerRepricingConfigsResponse>, IEquatable<ListCustomerRepricingConfigsResponse>, IDeepCloneable<ListCustomerRepricingConfigsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListCustomerRepricingConfigsResponse.

Response message for [CloudChannelService.ListCustomerRepricingConfigs][google.cloud.channel.v1.CloudChannelService.ListCustomerRepricingConfigs].

Inheritance

object > ListCustomerRepricingConfigsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListCustomerRepricingConfigsResponse()

public ListCustomerRepricingConfigsResponse()

ListCustomerRepricingConfigsResponse(ListCustomerRepricingConfigsResponse)

public ListCustomerRepricingConfigsResponse(ListCustomerRepricingConfigsResponse other)
Parameter
NameDescription
otherListCustomerRepricingConfigsResponse

Properties

CustomerRepricingConfigs

public RepeatedField<CustomerRepricingConfig> CustomerRepricingConfigs { get; }

The repricing configs for this channel partner.

Property Value
TypeDescription
RepeatedFieldCustomerRepricingConfig

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<CustomerRepricingConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorCustomerRepricingConfig