BoxSetInfo

interface BoxSetInfo {
    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

BoxSetInfo

IsAutomated?: boolean

BoxSetInfo

MetadataCountryCode?: null | string

Gets or sets the metadata country code.

BoxSetInfo

MetadataLanguage?: null | string

Gets or sets the metadata language.

BoxSetInfo

Name?: null | string

Gets or sets the name.

BoxSetInfo

OriginalTitle?: null | string

Gets or sets the original title.

BoxSetInfo

ParentIndexNumber?: null | number

BoxSetInfo

Path?: null | string

Gets or sets the path.

BoxSetInfo

PremiereDate?: null | string

BoxSetInfo

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

Gets or sets the provider ids.

BoxSetInfo

Year?: null | number

Gets or sets the year.

BoxSetInfo