ListJobsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filter that returns only jobs created after the specified time.

Link copied to clipboard

A filter that returns only jobs created before the specified time.

Link copied to clipboard

The category of jobs to list.

Link copied to clipboard

A filter that returns only jobs modified after the specified time.

Link copied to clipboard

A filter that returns only jobs modified before the specified time.

Link copied to clipboard

The maximum number of jobs to return in the response. The default value is 50.

Link copied to clipboard

A string in the job name to filter results. Only jobs whose name contains the specified string are returned.

Link copied to clipboard

If the previous response was truncated, this token retrieves the next set of results.

Link copied to clipboard

The field to sort results by.

Link copied to clipboard

The sort order for results. Valid values are Ascending and Descending.

Link copied to clipboard

A filter that returns only jobs with the specified status.

Functions

Link copied to clipboard
inline fun copy(block: ListJobsRequest.Builder.() -> Unit = {}): ListJobsRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String