Autoscaler constructor

Autoscaler({
  1. AutoscalingPolicy? autoscalingPolicy,
  2. String? creationTimestamp,
  3. String? description,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. int? recommendedSize,
  8. String? region,
  9. Map<String, ScalingScheduleStatus>? scalingScheduleStatus,
  10. String? selfLink,
  11. String? status,
  12. List<AutoscalerStatusDetails>? statusDetails,
  13. String? target,
  14. String? zone,
})

Implementation

Autoscaler({
  this.autoscalingPolicy,
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.recommendedSize,
  this.region,
  this.scalingScheduleStatus,
  this.selfLink,
  this.status,
  this.statusDetails,
  this.target,
  this.zone,
});