@jellyfin/sdk
    Preparing search index...

    Interface ActivityLogEntry

    An activity log entry.

    ActivityLogEntry

    interface ActivityLogEntry {
        Date?: string;
        Id?: number;
        ItemId?: null | string;
        Name?: string;
        Overview?: null | string;
        Severity?: LogLevel;
        ShortOverview?: null | string;
        Type?: string;
        UserId?: string;
        UserPrimaryImageTag?: null | string;
    }
    Index

    Properties

    Date?: string

    Gets or sets the date.

    ActivityLogEntry

    Id?: number

    Gets or sets the identifier.

    ActivityLogEntry

    ItemId?: null | string

    Gets or sets the item identifier.

    ActivityLogEntry

    Name?: string

    Gets or sets the name.

    ActivityLogEntry

    Overview?: null | string

    Gets or sets the overview.

    ActivityLogEntry

    Severity?: LogLevel

    ActivityLogEntry

    ShortOverview?: null | string

    Gets or sets the short overview.

    ActivityLogEntry

    Type?: string

    Gets or sets the type.

    ActivityLogEntry

    UserId?: string

    Gets or sets the user identifier.

    ActivityLogEntry

    UserPrimaryImageTag?: null | string

    Gets or sets the user primary image tag.

    ActivityLogEntry