GoogleCloudApigeeV1CanaryEvaluation constructor

GoogleCloudApigeeV1CanaryEvaluation({
  1. String? control,
  2. String? createTime,
  3. String? endTime,
  4. GoogleCloudApigeeV1CanaryEvaluationMetricLabels? metricLabels,
  5. String? name,
  6. String? startTime,
  7. String? state,
  8. String? treatment,
  9. String? verdict,
})

Implementation

GoogleCloudApigeeV1CanaryEvaluation({
  this.control,
  this.createTime,
  this.endTime,
  this.metricLabels,
  this.name,
  this.startTime,
  this.state,
  this.treatment,
  this.verdict,
});