type

TaskEnqueueOptions

Run time, queue, concurrency key, target, and requester for admission.

Source ridu.go:128

RunAttime.Time
Schedules future execution; the zero time makes the task immediately eligible.
Queuestring
Overrides the definition’s default worker queue.
ConcurrencyKeystring
Serializes active leases sharing this key within the queue.
Target*store.DocumentReference
Optional lifecycle-safe document target.
RequestedBy*store.DocumentReference
Optional lifecycle-safe requesting identity.