CustomMetric constructor

CustomMetric({
  1. String? accountId,
  2. bool? active,
  3. DateTime? created,
  4. String? id,
  5. int? index,
  6. String? kind,
  7. String? maxValue,
  8. String? minValue,
  9. String? name,
  10. CustomMetricParentLink? parentLink,
  11. String? scope,
  12. String? selfLink,
  13. String? type,
  14. DateTime? updated,
  15. String? webPropertyId,
})

Implementation

CustomMetric({
  this.accountId,
  this.active,
  this.created,
  this.id,
  this.index,
  this.kind,
  this.maxValue,
  this.minValue,
  this.name,
  this.parentLink,
  this.scope,
  this.selfLink,
  this.type,
  this.updated,
  this.webPropertyId,
});