Cloud Channel v1 API - Class AssociationInfo (2.11.0)

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.

Inheritance

object > AssociationInfo

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

AssociationInfo()

public AssociationInfo()

AssociationInfo(AssociationInfo)

public AssociationInfo(AssociationInfo other)
Parameter
NameDescription
otherAssociationInfo

Properties

BaseEntitlement

public string BaseEntitlement { get; set; }

The name of the base entitlement, for which this entitlement is an add-on.

Property Value
TypeDescription
string

BaseEntitlementAsEntitlementName

public EntitlementName BaseEntitlementAsEntitlementName { get; set; }

EntitlementName-typed view over the BaseEntitlement resource name property.

Property Value
TypeDescription
EntitlementName