Cloud Channel v1 API - Class DeleteCustomerRepricingConfigRequest (2.11.0)

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

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

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

Inheritance

object > DeleteCustomerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

DeleteCustomerRepricingConfigRequest()

public DeleteCustomerRepricingConfigRequest()

DeleteCustomerRepricingConfigRequest(DeleteCustomerRepricingConfigRequest)

public DeleteCustomerRepricingConfigRequest(DeleteCustomerRepricingConfigRequest other)
Parameter
NameDescription
otherDeleteCustomerRepricingConfigRequest

Properties

CustomerRepricingConfigName

public CustomerRepricingConfigName CustomerRepricingConfigName { get; set; }

CustomerRepricingConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string