Cloud Channel v1 API - Class GetCustomerRepricingConfigRequest (2.12.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
Name Description
other GetCustomerRepricingConfigRequest

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

Property Value
Type Description
string