GoogleDevtoolsRemoteworkersV1test2CommandOverhead class
DEPRECATED - use CommandResult instead. Can be used as part of CompleteRequest.metadata, or are part of a more sophisticated message.
Constructors
Properties
- duration ↔ String
-
The elapsed time between calling Accept and Complete. The server will also
have its own idea of what this should be, but this excludes the overhead
of the RPCs and the bot response time.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- overhead ↔ String
-
The amount of time not spent executing the command (ie
uploading/downloading files).
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited