OperationErrorErrorsErrorDetails constructor
      
      OperationErrorErrorsErrorDetails({ 
    
    
- ErrorInfo? errorInfo,
- Help? help,
- LocalizedMessage? localizedMessage,
- QuotaExceededInfo? quotaInfo,
Implementation
OperationErrorErrorsErrorDetails({
  this.errorInfo,
  this.help,
  this.localizedMessage,
  this.quotaInfo,
});