GoogleCloudChannelV1RepricingCondition.fromJson constructor
GoogleCloudChannelV1RepricingCondition.fromJson(
- Map json_
Implementation
GoogleCloudChannelV1RepricingCondition.fromJson(core.Map json_)
: this(
skuGroupCondition:
json_.containsKey('skuGroupCondition')
? GoogleCloudChannelV1SkuGroupCondition.fromJson(
json_['skuGroupCondition']
as core.Map<core.String, core.dynamic>,
)
: null,
);