public sealed class DeleteChannelPartnerRepricingConfigRequest : IMessage<DeleteChannelPartnerRepricingConfigRequest>, IEquatable<DeleteChannelPartnerRepricingConfigRequest>, IDeepCloneable<DeleteChannelPartnerRepricingConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class DeleteChannelPartnerRepricingConfigRequest.
Request message for DeleteChannelPartnerRepricingConfig.
Implements
IMessageDeleteChannelPartnerRepricingConfigRequest, IEquatableDeleteChannelPartnerRepricingConfigRequest, IDeepCloneableDeleteChannelPartnerRepricingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
DeleteChannelPartnerRepricingConfigRequest()
public DeleteChannelPartnerRepricingConfigRequest()DeleteChannelPartnerRepricingConfigRequest(DeleteChannelPartnerRepricingConfigRequest)
public DeleteChannelPartnerRepricingConfigRequest(DeleteChannelPartnerRepricingConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteChannelPartnerRepricingConfigRequest |
Properties
ChannelPartnerRepricingConfigName
public ChannelPartnerRepricingConfigName ChannelPartnerRepricingConfigName { get; set; }ChannelPartnerRepricingConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ChannelPartnerRepricingConfigName |
|
Name
public string Name { get; set; }Required. The resource name of the channel partner repricing config rule to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|