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."],[[["This webpage provides documentation for the `AssociationInfo` class within the Google Cloud Channel v1 API, covering various versions from 1.0.0 to 2.14.0, with 2.14.0 being the latest."],["The `AssociationInfo` class is used to represent the links an entitlement has to other entitlements, particularly in cases where one entitlement is an add-on to a base entitlement."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `AssociationInfo` class includes two properties: `BaseEntitlement` (a string) and `BaseEntitlementAsEntitlementName` (an `EntitlementName` object), which help define the relationship between entitlements."],["The information present spans multiple versions of the API including all of their associated hyperlinks, and contains the details of the `AssociationInfo` class including all the assembly, namespace, constructors, and properties."]]],[]]