ListJobsRequest

Types

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

Properties

Link copied to clipboard

The maximum number of results to return per request.

Link copied to clipboard

The namespace used to indicate that a job is a customer-managed job.

Link copied to clipboard

The token to retrieve the next set of results.

Link copied to clipboard

An optional filter that lets you search for jobs that have the specified status.

Link copied to clipboard

Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.

Link copied to clipboard

A filter that limits the returned jobs to those for the specified group.

Link copied to clipboard

A filter that limits the returned jobs to those for the specified group.

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