public sealed class UpdateCustomerRepricingConfigRequest : IMessage<UpdateCustomerRepricingConfigRequest>, IEquatable<UpdateCustomerRepricingConfigRequest>, IDeepCloneable<UpdateCustomerRepricingConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class UpdateCustomerRepricingConfigRequest.
Request message for [CloudChannelService.UpdateCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.UpdateCustomerRepricingConfig].
Implements
IMessageUpdateCustomerRepricingConfigRequest, IEquatableUpdateCustomerRepricingConfigRequest, IDeepCloneableUpdateCustomerRepricingConfigRequest, 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 |
|