CreateTaskRequestRestrictedLog

  • The JSON representation includes restricted data from a CreateTaskRequestLog.

  • The representation contains a "task" field, which is an object representing the task specified in the create request.

  • The "task" field is further defined by the TaskRestrictedLog object type.

Contains restricted data from a CreatTaskRequestLog.

JSON representation
{
  "task": {
    object (TaskRestrictedLog)
  }
}
Fields
task

object (TaskRestrictedLog)

The task specified in the create request.