PersonLookupInfo

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

PersonLookupInfo

IsAutomated?: boolean

PersonLookupInfo

MetadataCountryCode?: null | string

Gets or sets the metadata country code.

PersonLookupInfo

MetadataLanguage?: null | string

Gets or sets the metadata language.

PersonLookupInfo

Name?: null | string

Gets or sets the name.

PersonLookupInfo

OriginalTitle?: null | string

Gets or sets the original title.

PersonLookupInfo

ParentIndexNumber?: null | number

PersonLookupInfo

Path?: null | string

Gets or sets the path.

PersonLookupInfo

PremiereDate?: null | string

PersonLookupInfo

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

Gets or sets the provider ids.

PersonLookupInfo

Year?: null | number

Gets or sets the year.

PersonLookupInfo