TaskMetadata

data class TaskMetadata(val ttl: Long? = null)(source)

Metadata for augmenting a request with task execution. Include this in the task field of the request parameters.

Constructors

Link copied to clipboard
constructor(ttl: Long? = null)

Properties

Link copied to clipboard
val ttl: Long?

Requested duration in milliseconds to retain task from creation.