CreateHarvestJobRequest

The request object for creating a new harvest job.

Types

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

Properties

Link copied to clipboard

The name of the channel group containing the channel from which to harvest content.

Link copied to clipboard

The name of the channel from which to harvest content.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

An optional description for the harvest job.

Link copied to clipboard

The S3 destination where the harvested content will be placed.

Link copied to clipboard

A list of manifests to be harvested.

Link copied to clipboard

A name for the harvest job. This name must be unique within the channel.

Link copied to clipboard

The name of the origin endpoint from which to harvest content.

Link copied to clipboard

The configuration for when the harvest job should run, including start and end times.

Link copied to clipboard

A collection of tags associated with the harvest job.

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