GoogleCloudApigeeV1DeveloperMonetizationConfig.fromJson constructor

GoogleCloudApigeeV1DeveloperMonetizationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1DeveloperMonetizationConfig.fromJson(core.Map json_)
    : this(
        billingType: json_['billingType'] as core.String?,
      );