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."],[[["The `CreateChannelPartnerLinkRequest` class is a request message used for creating channel partner links in the Google Cloud Channel Service."],["This class is part of the `Google.Cloud.Channel.V1` namespace and is found in the `Google.Cloud.Channel.V1.dll` assembly, with a latest version of 2.14.0 available."],["The `CreateChannelPartnerLinkRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The `CreateChannelPartnerLinkRequest` has two primary properties: `ChannelPartnerLink`, representing the link to be created, and `Parent`, which specifies the reseller account for which the link is created."],["There are multiple previous versions of this documented, going as far back as 1.0.0, and it is compatible with dotnet."]]],[]]