public sealed class CreateChannelPartnerLinkRequest : IMessage<CreateChannelPartnerLinkRequest>, IEquatable<CreateChannelPartnerLinkRequest>, IDeepCloneable<CreateChannelPartnerLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CreateChannelPartnerLinkRequest.
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 provides reference documentation for the `CreateChannelPartnerLinkRequest` class within the Google Cloud Channel v1 API, spanning versions from 1.0.0 to the latest 2.14.0."],["The `CreateChannelPartnerLinkRequest` class is a request message used for the `CloudChannelService.CreateChannelPartnerLink` method, facilitating the creation of channel partner links."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET environment."],["Key properties of `CreateChannelPartnerLinkRequest` include `ChannelPartnerLink` (the link to create) and `Parent` (the reseller account's resource name in the format `accounts/{account_id}`)."],["The documentation includes a history of API versions for `CreateChannelPartnerLinkRequest` enabling developers to select the appropriate version for their project."]]],[]]