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, primarily focusing on its usage within the Google Cloud Channel API for .NET."],["The content provides a comprehensive list of versions for the `CreateChannelPartnerLinkRequest`, ranging from the latest version `2.14.0` down to the original version `1.0.0`, each with a direct link to its documentation."],["The `CreateChannelPartnerLinkRequest` class is used as a request message for `CloudChannelService.CreateChannelPartnerLink`, designed to create a new channel partner link."],["The `CreateChannelPartnerLinkRequest` class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes properties like `ChannelPartnerLink` and `Parent`, which are essential for specifying the channel partner link to create and the reseller account's resource name, respectively."]]],[]]