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 new channel partner link."],["The `CreateChannelPartnerLinkRequest` class is part of the Google Cloud Channel API, specifically for version 1, with version 2.14.0 being the latest version of this class documented on this page."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateChannelPartnerLinkRequest` class has two constructors, one default and one that accepts another instance of itself for deep cloning, and the class contains properties to identify `ChannelPartnerLink` to create and its `Parent` account."],["The resource `CreateChannelPartnerLinkRequest` is used to call `CloudChannelService.CreateChannelPartnerLink`, which is a method for creating channel partner links within the Google Cloud Channel Service."]]],[]]