public sealed class GetCustomerRepricingConfigRequest : IMessage<GetCustomerRepricingConfigRequest>, IEquatable<GetCustomerRepricingConfigRequest>, IDeepCloneable<GetCustomerRepricingConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class GetCustomerRepricingConfigRequest.
Request message for [CloudChannelService.GetCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.GetCustomerRepricingConfig].
Implements
IMessageGetCustomerRepricingConfigRequest, IEquatableGetCustomerRepricingConfigRequest, IDeepCloneableGetCustomerRepricingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
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 |
|