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.
Implements
IMessage<AssociationInfo>, IEquatable<AssociationInfo>, IDeepCloneable<AssociationInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
AssociationInfo()
public AssociationInfo()
AssociationInfo(AssociationInfo)
public AssociationInfo(AssociationInfo other)
Parameter | |
---|---|
Name | Description |
other | AssociationInfo |
Properties
BaseEntitlement
public string BaseEntitlement { get; set; }
The name of the base entitlement, for which this entitlement is an add-on.
Property Value | |
---|---|
Type | Description |
String |
BaseEntitlementAsEntitlementName
public EntitlementName BaseEntitlementAsEntitlementName { get; set; }
EntitlementName-typed view over the BaseEntitlement resource name property.
Property Value | |
---|---|
Type | Description |
EntitlementName |