@jellyfin/sdk
    Preparing search index...

    Interface DeviceInfoDto

    A DTO representing device information.

    interface DeviceInfoDto {
        AccessToken?: string | null;
        AppName?: string | null;
        AppVersion?: string | null;
        Capabilities?: ClientCapabilitiesDto;
        CustomName?: string | null;
        DateLastActivity?: string | null;
        IconUrl?: string | null;
        Id?: string | null;
        LastUserId?: string | null;
        LastUserName?: string | null;
        Name?: string | null;
    }
    Index

    Properties

    AccessToken?: string | null

    Gets or sets the access token.

    AppName?: string | null

    Gets or sets the name of the application.

    AppVersion?: string | null

    Gets or sets the application version.

    Capabilities?: ClientCapabilitiesDto
    CustomName?: string | null

    Gets or sets the custom name.

    DateLastActivity?: string | null

    Gets or sets the date last modified.

    IconUrl?: string | null

    Gets or sets the icon URL.

    Id?: string | null

    Gets or sets the identifier.

    LastUserId?: string | null

    Gets or sets the last user identifier.

    LastUserName?: string | null

    Gets or sets the last name of the user.

    Name?: string | null

    Gets or sets the name.