ResourceUpdateErrorErrors class

Constructors

ResourceUpdateErrorErrors({List<String>? arguments, String? code, DebugInfo? debugInfo, List<ResourceUpdateErrorErrorsErrorDetails>? errorDetails, String? location, String? message})
ResourceUpdateErrorErrors.fromJson(Map json_)

Properties

arguments ↔ List<String>?
Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility "none") and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
getter/setter pair
code ↔ String?
The error type identifier for this error.
getter/setter pair
debugInfo ↔ DebugInfo?
getter/setter pair
errorDetails ↔ List<ResourceUpdateErrorErrorsErrorDetails>?
An optional list of messages that contain the error details.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
location ↔ String?
Indicates the field in the request that caused the error.
getter/setter pair
message ↔ String?
An optional, human-readable error message.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited