Builder

class Builder

Properties

Link copied to clipboard

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

Link copied to clipboard

Unique identifier that references the migration task. Do not store personal data in this field.

Link copied to clipboard

Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.

Link copied to clipboard

The name of the ProgressUpdateStream.

Link copied to clipboard
var task: Task?

Information about the task's progress and status.

Link copied to clipboard

The timestamp when the task was gathered.

Functions

Link copied to clipboard
fun task(block: Task.Builder.() -> Unit)