Cloud Channel v1 API - Class CreateCustomerRepricingConfigRequest (2.8.0)

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].

Inheritance

object > CreateCustomerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CreateCustomerRepricingConfigRequest()

public CreateCustomerRepricingConfigRequest()

CreateCustomerRepricingConfigRequest(CreateCustomerRepricingConfigRequest)

public CreateCustomerRepricingConfigRequest(CreateCustomerRepricingConfigRequest other)
Parameter
NameDescription
otherCreateCustomerRepricingConfigRequest

Properties

CustomerRepricingConfig

public CustomerRepricingConfig CustomerRepricingConfig { get; set; }

Required. The CustomerRepricingConfig object to update.

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

ParentAsCustomerName

public CustomerName ParentAsCustomerName { get; set; }

CustomerName-typed view over the Parent resource name property.

Property Value
TypeDescription
CustomerName