GoogleCloudChannelV1AssociationInfo.fromJson constructor
GoogleCloudChannelV1AssociationInfo.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1AssociationInfo.fromJson(core.Map json_)
: this(
baseEntitlement: json_.containsKey('baseEntitlement')
? json_['baseEntitlement'] as core.String
: null,
);