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, including its constructors, properties, and inheritance details."],["The latest version of the API available is 2.14.0, and the page lists various historical versions from 2.13.0 all the way to 1.0.0."],["The `CreateChannelPartnerLinkRequest` class is used to construct requests for creating channel partner links, requiring either a `reseller_cloud_identity_id` or a `domain` to establish the link."],["This class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality and providing essential methods for its use."],["The `CreateChannelPartnerLinkRequest` requires two main properties, `ChannelPartnerLink`, representing the link to create, and `Parent`, representing the account it belongs to, each with a unique type."]]],[]]