AutoscalerListWarning constructor
AutoscalerListWarning({
- String? code,
- List<
AutoscalerListWarningData> ? data, - String? message,
Implementation
AutoscalerListWarning({
this.code,
this.data,
this.message,
});