AutoscalerListWarning constructor

AutoscalerListWarning({
  1. String? code,
  2. List<AutoscalerListWarningData>? data,
  3. String? message,
})

Implementation

AutoscalerListWarning({this.code, this.data, this.message});