Class IncidentOrgSettingsDataAttributesResponse

Attributes of an incident org settings resource in a response.

Hierarchy

  • IncidentOrgSettingsDataAttributesResponse

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
created: Date

Timestamp when the settings were created.

modified: Date

Timestamp when the settings were last modified.

settings: {
    [key: string]: any;
}

The settings configuration for an incident org settings resource.

Type declaration

  • [key: string]: any

Generated using TypeDoc