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