Cloud Channel v1 API - Class ListChannelPartnerRepricingConfigsResponse (2.13.0)

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].

Inheritance

object > ListChannelPartnerRepricingConfigsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.