RunTaskRequest class
Request message for forcing a task to run now using RunTask.
Constructors
- RunTaskRequest()
- RunTaskRequest.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- responseView ↔ String
-
The response_view specifies which subset of the Task will be returned. By
default response_view is BASIC; not all information is retrieved by
default because some data, such as payloads, might be desirable to return
only when needed because of its large size or because of the sensitivity
of data that it contains. Authorization for FULL requires
cloudtasks.tasks.fullView
Google IAM permission on the Task resource. Possible string values are: [...]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