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 document outlines the `CreateChannelPartnerLinkRequest` class, which is used to send requests to create channel partner links within the Google Cloud Channel API."],["The latest version available for `CreateChannelPartnerLinkRequest` is 2.14.0, and the documentation spans across multiple versions, from 1.0.0 to 2.14.0, providing historical reference."],["The `CreateChannelPartnerLinkRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for handling the request."],["The class has two constructors, one empty and another allowing to copy another instance of this same class, as well as two properties for the required information, `ChannelPartnerLink` and `Parent`."],["The `CreateChannelPartnerLinkRequest` properties allow to define the channel partner link and its parent, and `Parent` should be formated as `accounts/{account_id}`."]]],[]]