Cloud Channel v1 API - Class GetCustomerRepricingConfigRequest (2.3.0)

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

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

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

Inheritance

Object > GetCustomerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

GetCustomerRepricingConfigRequest()

public GetCustomerRepricingConfigRequest()

GetCustomerRepricingConfigRequest(GetCustomerRepricingConfigRequest)

public GetCustomerRepricingConfigRequest(GetCustomerRepricingConfigRequest other)
Parameter
NameDescription
otherGetCustomerRepricingConfigRequest

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 CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.

Property Value
TypeDescription
String