UpdateCustomMetricResponse constructor

UpdateCustomMetricResponse({
  1. DateTime? creationDate,
  2. String? displayName,
  3. DateTime? lastModifiedDate,
  4. String? metricArn,
  5. String? metricName,
  6. CustomMetricType? metricType,
})

Implementation

UpdateCustomMetricResponse({
  this.creationDate,
  this.displayName,
  this.lastModifiedDate,
  this.metricArn,
  this.metricName,
  this.metricType,
});