Cloud Channel v1 API - Class GetChannelPartnerRepricingConfigRequest (2.11.0)

public sealed class GetChannelPartnerRepricingConfigRequest : IMessage<GetChannelPartnerRepricingConfigRequest>, IEquatable<GetChannelPartnerRepricingConfigRequest>, IDeepCloneable<GetChannelPartnerRepricingConfigRequest>, IBufferMessage, IMessage

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

Request message for [CloudChannelService.GetChannelPartnerRepricingConfig][google.cloud.channel.v1.CloudChannelService.GetChannelPartnerRepricingConfig]

Inheritance

object > GetChannelPartnerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

GetChannelPartnerRepricingConfigRequest()

public GetChannelPartnerRepricingConfigRequest()

GetChannelPartnerRepricingConfigRequest(GetChannelPartnerRepricingConfigRequest)

public GetChannelPartnerRepricingConfigRequest(GetChannelPartnerRepricingConfigRequest other)
Parameter
NameDescription
otherGetChannelPartnerRepricingConfigRequest

Properties

ChannelPartnerRepricingConfigName

public ChannelPartnerRepricingConfigName ChannelPartnerRepricingConfigName { get; set; }

ChannelPartnerRepricingConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
ChannelPartnerRepricingConfigName

Name

public string Name { get; set; }

Required. The resource name of the ChannelPartnerRepricingConfig Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.

Property Value
TypeDescription
string