TaskQueryParamsBuilder

DSL builder for TaskQueryParams.

Example usage:

val params = taskQueryParams {
id = "task-123"
historyLength = 10
metadata = myMetadata
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var id: String?
Link copied to clipboard

Functions

Link copied to clipboard

Builds a TaskQueryParams instance with the configured parameters.

Link copied to clipboard

Sets the history length.

Link copied to clipboard

Sets the ID of the task.

Link copied to clipboard

Sets the metadata.