GetStreamsInvokeResult

data class GetStreamsInvokeResult(val accountId: String, val asc: Boolean, val creator: String? = null, val end: String? = null, val id: String, val includeCounts: Boolean, val maxItems: Int? = null, val results: List<GetStreamsResult>, val search: String? = null, val start: String? = null, val status: String? = null, val type: String? = null)

A collection of values returned by getStreams.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier tag.

Link copied to clipboard

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 id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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

The items returned by the data source

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.