Properties of a Task.
Package
@google-cloud/tasksProperties
appEngineHttpRequest
appEngineHttpRequest?: (google.cloud.tasks.v2beta3.IAppEngineHttpRequest|null);Task appEngineHttpRequest
createTime
createTime?: (google.protobuf.ITimestamp|null);Task createTime
dispatchCount
dispatchCount?: (number|null);Task dispatchCount
dispatchDeadline
dispatchDeadline?: (google.protobuf.IDuration|null);Task dispatchDeadline
firstAttempt
firstAttempt?: (google.cloud.tasks.v2beta3.IAttempt|null);Task firstAttempt
httpRequest
httpRequest?: (google.cloud.tasks.v2beta3.IHttpRequest|null);Task httpRequest
lastAttempt
lastAttempt?: (google.cloud.tasks.v2beta3.IAttempt|null);Task lastAttempt
name
name?: (string|null);Task name
pullMessage
pullMessage?: (google.cloud.tasks.v2beta3.IPullMessage|null);Task pullMessage
responseCount
responseCount?: (number|null);Task responseCount
scheduleTime
scheduleTime?: (google.protobuf.ITimestamp|null);Task scheduleTime
view
view?: (google.cloud.tasks.v2beta3.Task.View|keyof typeof google.cloud.tasks.v2beta3.Task.View|null);Task view