public sealed class AssociationInfo : IMessage<AssociationInfo>, IEquatable<AssociationInfo>, IDeepCloneable<AssociationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class AssociationInfo.
Association links that an entitlement has to other entitlements.
[[["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 documentation for the `AssociationInfo` class within the Google Cloud Channel v1 API, covering versions from 1.0.0 to the latest 2.14.0."],["`AssociationInfo` is a class that represents the links between entitlements, such as base entitlements and their add-ons within the Google Cloud Channel."],["The class `AssociationInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers ecosystem."],["The `AssociationInfo` class has properties such as `BaseEntitlement` and `BaseEntitlementAsEntitlementName` that help to identify the relationship to its base entitlement."],["The documentation details the available constructors for `AssociationInfo`, including a default constructor and one that accepts another `AssociationInfo` object as a parameter for creating a new object based on the old one."]]],[]]