TrailerInfo

interface TrailerInfo {
    IndexNumber?: null | number;
    IsAutomated?: boolean;
    MetadataCountryCode?: null | string;
    MetadataLanguage?: null | string;
    Name?: null | string;
    OriginalTitle?: null | string;
    ParentIndexNumber?: null | number;
    Path?: null | string;
    PremiereDate?: null | string;
    ProviderIds?: null | {
        [key: string]: string | null;
    };
    Year?: null | number;
}

Properties

IndexNumber?: null | number

TrailerInfo

IsAutomated?: boolean

TrailerInfo

MetadataCountryCode?: null | string

Gets or sets the metadata country code.

TrailerInfo

MetadataLanguage?: null | string

Gets or sets the metadata language.

TrailerInfo

Name?: null | string

Gets or sets the name.

TrailerInfo

OriginalTitle?: null | string

Gets or sets the original title.

TrailerInfo

ParentIndexNumber?: null | number

TrailerInfo

Path?: null | string

Gets or sets the path.

TrailerInfo

PremiereDate?: null | string

TrailerInfo

ProviderIds?: null | {
    [key: string]: string | null;
}

Gets or sets the provider ids.

TrailerInfo

Year?: null | number

Gets or sets the year.

TrailerInfo