Constructors

Properties

createdAt?: Date

The time when the list was created.

createdById?: string

The ID of the user that created the list.

deletedAt?: Date

The time when the list was deleted.

filtersUpdatedAt?: Date

The time when the filters for this list were last updated.

listId: string

The ILS ID of the list.

listVersion: number

The version of the list.

name: string

The name of the list.

objectTypeId: string

The object type of the list.

processingStatus: string

The processing status of the list.

processingType: string

The processing type of the list.

size?: number
updatedAt?: Date

The time the list was last updated.

updatedById?: string

The ID of the user that last updated the list.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]