ServiceLevelObjective constructor

ServiceLevelObjective({
  1. String? calendarPeriod,
  2. String? displayName,
  3. double? goal,
  4. String? name,
  5. String? rollingPeriod,
  6. ServiceLevelIndicator? serviceLevelIndicator,
  7. Map<String, String>? userLabels,
})

Implementation

ServiceLevelObjective({
  this.calendarPeriod,
  this.displayName,
  this.goal,
  this.name,
  this.rollingPeriod,
  this.serviceLevelIndicator,
  this.userLabels,
});