GoogleCloudApigeeV1AppGroupMonetizationConfig.fromJson constructor

GoogleCloudApigeeV1AppGroupMonetizationConfig.fromJson(
  1. Map json_
)

Implementation

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