public sealed class AssociationInfo : IMessage<AssociationInfo>, IEquatable<AssociationInfo>, IDeepCloneable<AssociationInfo>, IBufferMessage, IMessage
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 latest version available for `AssociationInfo` in the Google Cloud Channel V1 is 2.14.0, with multiple prior versions also accessible, dating back to version 1.0.0."],["`AssociationInfo` is a class that defines links between entitlements, showing how they are associated with each other, specifically identifying add-on relationships."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionalities."],["`AssociationInfo` includes properties such as `BaseEntitlement` (a string) and `BaseEntitlementAsEntitlementName` (an `EntitlementName` type) to manage association details."],["Constructors for `AssociationInfo` include a default constructor and one that accepts another `AssociationInfo` instance, allowing for easy duplication or initialization."]]],[]]