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."],[[["This webpage details the `AssociationInfo` class within the `Google.Cloud.Channel.V1` namespace, which is used to represent links between entitlements in the Google Cloud Channel API."],["The `AssociationInfo` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of this `AssociationInfo` class is version 2.14.0, and it has multiple versions that are accessible, ranging from version 1.0.0 up to the latest."],["The class has properties such as `BaseEntitlement` (string) and `BaseEntitlementAsEntitlementName` (`EntitlementName`) to link to the base entitlement."],["The webpage provides information on the constructors of the `AssociationInfo` class including a parameter to allow the creation of a new instance based on another existing instance."]]],[]]