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 used to create a request for the `CloudChannelService.CreateChannelPartnerLink` operation within the Google Cloud Channel API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message structures and data operations."],["It provides a constructor and also one that allows another `CreateChannelPartnerLinkRequest` to be passed in."],["The class has two key properties, `ChannelPartnerLink` and `Parent`, which are required to specify the channel partner link to be created and the reseller account's resource name, respectively."],["The documentation covers versions from 1.0.0 up to 2.14.0, with the latest being 2.14.0."]]],[]]