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 `AssociationInfo` class in the `Google.Cloud.Channel.V1` namespace represents links that an entitlement has to other entitlements."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this documentation is 2.14.0, with multiple older versions listed back to 1.0.0."],["It has properties such as `BaseEntitlement`, which is the name of the base entitlement for which another entitlement is an add-on, and `BaseEntitlementAsEntitlementName`, which gives an `EntitlementName` view over the `BaseEntitlement`."],["The `AssociationInfo` class has two constructors, one parameterless, and one taking another `AssociationInfo` object as a parameter, enabling the creation of a copy."]]],[]]