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 page provides documentation for the `AssociationInfo` class within the `Google.Cloud.Channel.V1` namespace, used to define the links between entitlements."],["The `AssociationInfo` class, which is implemented by several interfaces, is utilized to link entitlements as part of the Google Cloud Channel API and has multiple versions available ranging from 1.0.0 to the latest 2.14.0."],["`AssociationInfo` has two constructors and two properties: `BaseEntitlement`, a string representing the base entitlement's name, and `BaseEntitlementAsEntitlementName`, which is a typed view of the base entitlement resource name."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The available documentation covers a large array of versions, giving users access to information related to older versions of the AssociationInfo class."]]],[]]