public sealed class CreateCustomerRepricingConfigRequest : IMessage<CreateCustomerRepricingConfigRequest>, IEquatable<CreateCustomerRepricingConfigRequest>, IDeepCloneable<CreateCustomerRepricingConfigRequest>, IBufferMessage, IMessageRequest message for [CloudChannelService.CreateCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.CreateCustomerRepricingConfig].
Implements
IMessage<CreateCustomerRepricingConfigRequest>, IEquatable<CreateCustomerRepricingConfigRequest>, IDeepCloneable<CreateCustomerRepricingConfigRequest>, 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 |
|