GoogleCloudChannelV1AssociationInfo.fromJson constructor

GoogleCloudChannelV1AssociationInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1AssociationInfo.fromJson(core.Map json_)
  : this(baseEntitlement: json_['baseEntitlement'] as core.String?);