Reference documentation and code samples for the Google Cloud Channel V1 Client class AssociationInfo.
Association links that an entitlement has to other entitlements.
Generated from protobuf message google.cloud.channel.v1.AssociationInfo
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ base_entitlement |
string
The name of the base entitlement, for which this entitlement is an add-on. |
getBaseEntitlement
The name of the base entitlement, for which this entitlement is an add-on.
Returns | |
---|---|
Type | Description |
string |
setBaseEntitlement
The name of the base entitlement, for which this entitlement is an add-on.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |