CreateTaskRequestLog

  • The CreateTask request uses JSON format to create a new task.

  • It requires a taskId for identification and a task object detailing the task itself.

  • The task object follows the TaskLog structure defined in Google Maps Mobility Operations documentation.

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.