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."],[[["The `AssociationInfo` class in the Google Cloud Channel v1 API represents links between entitlements, with this specific page detailing version 2.10.0."],["Version 2.14.0 is the latest version, and the documentation provides links to multiple previous versions from 2.13.0 to 1.0.0."],["`AssociationInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like deep cloning and buffer management."],["The class has properties `BaseEntitlement` and `BaseEntitlementAsEntitlementName`, which relate to the base entitlement that this one may be associated with."],["The `AssociationInfo` object can be constructed using either the default constructor or by passing another `AssociationInfo` object for deep copying."]]],[]]