public sealed class DeleteCustomerRepricingConfigRequest : IMessage<DeleteCustomerRepricingConfigRequest>, IEquatable<DeleteCustomerRepricingConfigRequest>, IDeepCloneable<DeleteCustomerRepricingConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class DeleteCustomerRepricingConfigRequest.
Request message for [CloudChannelService.DeleteCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.DeleteCustomerRepricingConfig].
Implements
IMessageDeleteCustomerRepricingConfigRequest, IEquatableDeleteCustomerRepricingConfigRequest, IDeepCloneableDeleteCustomerRepricingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
DeleteCustomerRepricingConfigRequest()
public DeleteCustomerRepricingConfigRequest()DeleteCustomerRepricingConfigRequest(DeleteCustomerRepricingConfigRequest)
public DeleteCustomerRepricingConfigRequest(DeleteCustomerRepricingConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteCustomerRepricingConfigRequest |
Properties
CustomerRepricingConfigName
public CustomerRepricingConfigName CustomerRepricingConfigName { get; set; }CustomerRepricingConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomerRepricingConfigName |
|
Name
public string Name { get; set; }Required. The resource name of the customer repricing config rule to delete. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|