public sealed class CreateChannelPartnerLinkRequest : IMessage<CreateChannelPartnerLinkRequest>, IEquatable<CreateChannelPartnerLinkRequest>, IDeepCloneable<CreateChannelPartnerLinkRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.CreateChannelPartnerLink][google.cloud.channel.v1.CloudChannelService.CreateChannelPartnerLink]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CreateChannelPartnerLinkRequest` class within the `Google.Cloud.Channel.V1` namespace, used to structure requests for creating channel partner links in the Cloud Channel Service."],["The `CreateChannelPartnerLinkRequest` class is available in multiple versions, ranging from 1.0.0 to 2.14.0, with 2.14.0 being the latest."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `CreateChannelPartnerLinkRequest` class include `ChannelPartnerLink`, which represents the channel partner link to create, and `Parent`, which specifies the reseller's account resource name."],["There are two constructors available for the `CreateChannelPartnerLinkRequest` class: one default constructor and another that takes an existing `CreateChannelPartnerLinkRequest` object as a parameter."]]],[]]