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 page 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 class `CreateChannelPartnerLinkRequest` is part of the Google Cloud Channel API, specifically within the .NET framework."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, one default and one that accepts another `CreateChannelPartnerLinkRequest` instance for initialization, and two properties: `ChannelPartnerLink` to create the link, and `Parent` to locate the reseller's account resource name."],["The page provides access to a range of documentation for the `CreateChannelPartnerLinkRequest` across different versions, ranging from version 1.0.0 up to the latest 2.14.0."]]],[]]