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 create a request to establish a link with a channel partner."],["The page offers documentation for versions of the `CreateChannelPartnerLinkRequest` class ranging from 1.0.0 up to the latest, 2.14.0."],["The `CreateChannelPartnerLinkRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `CreateChannelPartnerLinkRequest` class has two constructors, a default constructor, and a copy constructor, as well as two public properties: `ChannelPartnerLink` which is the channel partner link to create, and `Parent` which indicates the reseller account for the link."],["This class is used with the CloudChannelService API, specifically the CreateChannelPartnerLink method and the Assembly is found in Google.Cloud.Channel.V1.dll."]]],[]]