Attributes required to create a case view.

Hierarchy

  • CaseViewCreateAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name: string

The name of the view.

npRuleId?: string

The identifier of a notification rule linked to this view. When set, users subscribed to the view receive alerts for matching cases.

projectId: string

The UUID of the project this view belongs to. Views are scoped to a single project.

query: string

The query used to filter cases in this view.

Generated using TypeDoc