GoogleCloudApigeeV1CanaryEvaluationMetricLabels.fromJson constructor
GoogleCloudApigeeV1CanaryEvaluationMetricLabels.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1CanaryEvaluationMetricLabels.fromJson(core.Map json_)
: this(
env: json_['env'] as core.String?,
instanceId: json_['instance_id'] as core.String?,
location: json_['location'] as core.String?,
);