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]
Implements
IMessageGetChannelPartnerRepricingConfigRequest, IEquatableGetChannelPartnerRepricingConfigRequest, IDeepCloneableGetChannelPartnerRepricingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
GetChannelPartnerRepricingConfigRequest()
public GetChannelPartnerRepricingConfigRequest()
GetChannelPartnerRepricingConfigRequest(GetChannelPartnerRepricingConfigRequest)
public GetChannelPartnerRepricingConfigRequest(GetChannelPartnerRepricingConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetChannelPartnerRepricingConfigRequest |
Properties
ChannelPartnerRepricingConfigName
public ChannelPartnerRepricingConfigName ChannelPartnerRepricingConfigName { get; set; }
ChannelPartnerRepricingConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |