ResourceStatus class

Message describing resource status

Constructors

ResourceStatus({List<String>? rulesNewerVersions, String? state})
ResourceStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
rulesNewerVersions List<String>?
Historical: Used before 2023-05-22 the new version of rule id if exists
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of the resource Possible string values are:
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