AutoscalerStatusDetails constructor

AutoscalerStatusDetails({
  1. String? message,
  2. String? type,
})

Implementation

AutoscalerStatusDetails({
  this.message,
  this.type,
});