GoogleCloudApigeeV1CustomReportMetric.fromJson constructor

GoogleCloudApigeeV1CustomReportMetric.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1CustomReportMetric.fromJson(core.Map json_)
  : this(
      function: json_['function'] as core.String?,
      name: json_['name'] as core.String?,
    );