GoogleCloudApigeeV1MetricAggregation.fromJson constructor

GoogleCloudApigeeV1MetricAggregation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1MetricAggregation.fromJson(core.Map json_)
  : this(
      aggregation: json_['aggregation'] as core.String?,
      name: json_['name'] as core.String?,
      order: json_['order'] as core.String?,
    );