Class AssociationInfo (1.6.0)

public sealed class AssociationInfo : IMessage<AssociationInfo>, IEquatable<AssociationInfo>, IDeepCloneable<AssociationInfo>, IBufferMessage, IMessage

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