Export

StreamsResponse

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

StreamsResponse

description?: string

The description of the stream

Memberof

StreamsResponse

id?: string

The identifier of the stream

Memberof

StreamsResponse

title?: string

The title of the stream

Memberof

StreamsResponse

Type of the Stream contained in the StreamsResponse

Memberof

StreamsResponse

_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

  • LIVE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'