Class IncidentResponderDataAttributesResponse

Attributes of an incident responder in a response.

Hierarchy

  • IncidentResponderDataAttributesResponse

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 responder was created.

externalId?: string

The external ID of the responder.

externalSource?: string

The external source of the responder.

isBillable: boolean

Whether this responder counts toward billing.

lastActive?: Date

Timestamp when the responder was last active.

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

Additional metadata for the responder.

Type declaration

  • [key: string]: any
modified: Date

Timestamp when the responder was last modified.

Generated using TypeDoc