CreateTaskRequestLog

Details on the CreateTask request.

JSON representation
{
  "taskId": string,
  "task": {
    object (TaskLog)
  }
}
Fields
taskId

string

The ID of the task to create.

task

object (TaskLog)

The task specified in the create request.