A screen.

interface Screen {
    description?: string;
    id?: number;
    name?: string;
    scope?: Version3.Version3Models.Scope;
}

Properties

description?: string

The description of the screen.

id?: number

The ID of the screen.

name?: string

The name of the screen.