public sealed class CreateCustomerRepricingConfigRequest : IMessage<CreateCustomerRepricingConfigRequest>, IEquatable<CreateCustomerRepricingConfigRequest>, IDeepCloneable<CreateCustomerRepricingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CreateCustomerRepricingConfigRequest.
Request message for [CloudChannelService.CreateCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.CreateCustomerRepricingConfig].
Implements
IMessageCreateCustomerRepricingConfigRequest, IEquatableCreateCustomerRepricingConfigRequest, IDeepCloneableCreateCustomerRepricingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CreateCustomerRepricingConfigRequest()
public CreateCustomerRepricingConfigRequest()
CreateCustomerRepricingConfigRequest(CreateCustomerRepricingConfigRequest)
public CreateCustomerRepricingConfigRequest(CreateCustomerRepricingConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateCustomerRepricingConfigRequest |
Properties
CustomerRepricingConfig
public CustomerRepricingConfig CustomerRepricingConfig { get; set; }
Required. The CustomerRepricingConfig object to update.
Property Value | |
---|---|
Type | Description |
CustomerRepricingConfig |
Parent
public string Parent { get; set; }
Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}
Property Value | |
---|---|
Type | Description |
string |
ParentAsCustomerName
public CustomerName ParentAsCustomerName { get; set; }
CustomerName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CustomerName |