MigrationWarning class

Represents migration resource warning information that can be used with google.rpc.Status message.

MigrationWarning is used to present the user with warning information in migration operations.

Constructors

MigrationWarning({LocalizedMessage? actionItem, String? code, List<Link>? helpLinks, LocalizedMessage? warningMessage, String? warningTime})
MigrationWarning.fromJson(Map json_)

Properties

actionItem LocalizedMessage?
Suggested action for solving the warning.
getter/setter pair
code String?
The warning code. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
URL(s) pointing to additional information on handling the current warning.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warningMessage LocalizedMessage?
The localized warning message.
getter/setter pair
warningTime String?
The time the warning occurred.
getter/setter pair

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