GetStreamsPlainArgs

data class GetStreamsPlainArgs(val accountId: String, val asc: Boolean? = null, val creator: String? = null, val end: String? = null, val includeCounts: Boolean? = null, val maxItems: Int? = null, val search: String? = null, val start: String? = null, val status: String? = null, val type: String? = null) : ConvertibleToJava<GetStreamsPlainArgs>

A collection of arguments for invoking getStreams.

Constructors

Link copied to clipboard
constructor(accountId: String, asc: Boolean? = null, creator: String? = null, end: String? = null, includeCounts: Boolean? = null, maxItems: Int? = null, search: String? = null, start: String? = null, status: String? = null, type: String? = null)

Properties

Link copied to clipboard

The account identifier tag.

Link copied to clipboard
val asc: Boolean? = null

Lists videos in ascending order of creation.

Link copied to clipboard
val creator: String? = null

A user-defined identifier for the media creator.

Link copied to clipboard
val end: String? = null

Lists videos created before the specified date.

Link copied to clipboard
val includeCounts: Boolean? = null

Includes the total number of videos associated with the submitted query parameters.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val search: String? = null

Searches over the name key in the meta field. This field can be set with or after the upload request.

Link copied to clipboard
val start: String? = null

Lists videos created after the specified date.

Link copied to clipboard
val status: String? = null

Specifies the processing status for all quality levels for a video. Available values: "pendingupload", "downloading", "queued", "inprogress", "ready", "error".

Link copied to clipboard
val type: String? = null

Specifies whether the video is vod or live.

Functions

Link copied to clipboard
open override fun toJava(): GetStreamsPlainArgs