Cloud Channel v1 API - Class CreateChannelPartnerRepricingConfigRequest (2.14.0)

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

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

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

Inheritance

object > CreateChannelPartnerRepricingConfigRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CreateChannelPartnerRepricingConfigRequest()

public CreateChannelPartnerRepricingConfigRequest()

CreateChannelPartnerRepricingConfigRequest(CreateChannelPartnerRepricingConfigRequest)

public CreateChannelPartnerRepricingConfigRequest(CreateChannelPartnerRepricingConfigRequest other)
Parameter
Name Description
other CreateChannelPartnerRepricingConfigRequest

Properties

ChannelPartnerRepricingConfig

public ChannelPartnerRepricingConfig ChannelPartnerRepricingConfig { get; set; }

Required. The ChannelPartnerRepricingConfig object to update.

Property Value
Type Description
ChannelPartnerRepricingConfig

Parent

public string Parent { get; set; }

Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}

Property Value
Type Description
string

ParentAsChannelPartnerLinkName

public ChannelPartnerLinkName ParentAsChannelPartnerLinkName { get; set; }

ChannelPartnerLinkName-typed view over the Parent resource name property.

Property Value
Type Description
ChannelPartnerLinkName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.