ListHarvestJobsRequest

The request object for listing harvest jobs.

Types

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

Properties

Link copied to clipboard

The name of the channel group to filter the harvest jobs by. If specified, only harvest jobs associated with channels in this group will be returned.

Link copied to clipboard

The name of the channel to filter the harvest jobs by. If specified, only harvest jobs associated with this channel will be returned.

Link copied to clipboard

The maximum number of harvest jobs to return in a single request. If not specified, a default value will be used.

Link copied to clipboard

A token used for pagination. Provide this value in subsequent requests to retrieve the next set of results.

Link copied to clipboard

The name of the origin endpoint to filter the harvest jobs by. If specified, only harvest jobs associated with this origin endpoint will be returned.

Link copied to clipboard

The status to filter the harvest jobs by. If specified, only harvest jobs with this status will be returned.

Functions

Link copied to clipboard
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