AbortInfo class

Details of the final state "abort" and associated resource.

Constructors

AbortInfo({String? cause, String? ipAddress, List<String>? projectsMissingPermission, String? resourceUri})
AbortInfo.fromJson(Map json_)

Properties

cause String?
Causes that the analysis is aborted. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipAddress String?
IP address that caused the abort.
getter/setter pair
projectsMissingPermission List<String>?
List of project IDs the user specified in the request but lacks access to.
getter/setter pair
resourceUri String?
URI of the resource that caused the abort.
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