ListOperationsResponse class

ListOperationsResponse is the result of ListOperationsRequest.

Constructors

ListOperationsResponse({List<String>? missingZones, List<Operation>? operations})
ListOperationsResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
missingZones List<String>?
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
getter/setter pair
operations List<Operation>?
A list of operations in the project in the specified zone.
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