google_api_cloud_tasks v0.3.0 GoogleApi.CloudTasks.V2beta2.Model.RunTaskRequest View Source
Request message for forcing a task to run now using RunTask.
Attributes
responseView
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudTasks.V2beta2.Model.RunTaskRequest{ responseView: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.