public sealed class UpdateCustomerRepricingConfigRequest : IMessage<UpdateCustomerRepricingConfigRequest>, IEquatable<UpdateCustomerRepricingConfigRequest>, IDeepCloneable<UpdateCustomerRepricingConfigRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.UpdateCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.UpdateCustomerRepricingConfig].
Implements
IMessage<UpdateCustomerRepricingConfigRequest>, IEquatable<UpdateCustomerRepricingConfigRequest>, IDeepCloneable<UpdateCustomerRepricingConfigRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
UpdateCustomerRepricingConfigRequest()
public UpdateCustomerRepricingConfigRequest()
UpdateCustomerRepricingConfigRequest(UpdateCustomerRepricingConfigRequest)
public UpdateCustomerRepricingConfigRequest(UpdateCustomerRepricingConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateCustomerRepricingConfigRequest |
Properties
CustomerRepricingConfig
public CustomerRepricingConfig CustomerRepricingConfig { get; set; }
Required. The CustomerRepricingConfig object to update.
Property Value | |
---|---|
Type | Description |
CustomerRepricingConfig |