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