OperationMetadata class

Represents the metadata of a long-running operation.

Constructors

OperationMetadata({String? apiVersion, String? createTime, String? endTime, bool? requestedCancellation, String? statusMessage, String? target, String? verb})
OperationMetadata.fromJson(Map _json)

Properties

apiVersion String?
API version used to start the operation.
getter/setter pair
createTime String?
The time the operation was created.
getter/setter pair
endTime String?
The time the operation finished running.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestedCancellation bool?
Identifies whether the caller has requested cancellation of the operation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusMessage String?
Human-readable status of the operation, if any.
getter/setter pair
target String?
Server-defined resource path for the target of the operation.
getter/setter pair
verb String?
Name of the verb executed by the operation.
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