Cloud Channel v1 API - Class UpdateChannelPartnerRepricingConfigRequest (2.11.0)

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

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

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

Inheritance

object > UpdateChannelPartnerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

UpdateChannelPartnerRepricingConfigRequest()

public UpdateChannelPartnerRepricingConfigRequest()

UpdateChannelPartnerRepricingConfigRequest(UpdateChannelPartnerRepricingConfigRequest)

public UpdateChannelPartnerRepricingConfigRequest(UpdateChannelPartnerRepricingConfigRequest other)
Parameter
NameDescription
otherUpdateChannelPartnerRepricingConfigRequest

Properties

ChannelPartnerRepricingConfig

public ChannelPartnerRepricingConfig ChannelPartnerRepricingConfig { get; set; }

Required. The ChannelPartnerRepricingConfig object to update.

Property Value
TypeDescription
ChannelPartnerRepricingConfig