GoogleCloudApigeeV1Metric.fromJson constructor

GoogleCloudApigeeV1Metric.fromJson(
  1. Map json_
)

Implementation

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