GoogleCloudApigeeV1Metric.fromJson constructor

GoogleCloudApigeeV1Metric.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1Metric.fromJson(core.Map json_)
    : this(
        name: json_.containsKey('name') ? json_['name'] as core.String : null,
        values:
            json_.containsKey('values') ? json_['values'] as core.List : null,
      );