InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrors constructor
InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrors({
- String? code,
- List<
InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrorsErrorDetails> ? errorDetails, - String? location,
- String? message,
Implementation
InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrors({
this.code,
this.errorDetails,
this.location,
this.message,
});