Attributes that can be updated on a case view. All fields are optional; only provided fields are changed.

Hierarchy

  • CaseViewUpdateAttributes

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.

query?: string

The query used to filter cases in this view.

Generated using TypeDoc