Cloud Channel v1 API - Class UpdateCustomerRepricingConfigRequest (2.12.0)

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

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

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

Inheritance

object > UpdateCustomerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

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