ManagedInstanceLastAttemptErrorsErrors constructor

ManagedInstanceLastAttemptErrorsErrors({
  1. String? code,
  2. List<ManagedInstanceLastAttemptErrorsErrorsErrorDetails>? errorDetails,
  3. String? location,
  4. String? message,
})

Implementation

ManagedInstanceLastAttemptErrorsErrors({
  this.code,
  this.errorDetails,
  this.location,
  this.message,
});