GoogleCloudApigeeV1MetricAggregation.fromJson constructor
GoogleCloudApigeeV1MetricAggregation.fromJson(
- 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?,
);