Incident management usage for a given organization for a given hour.

Hierarchy

  • UsageIncidentManagementHour

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
hour?: Date

The hour for the usage.

monthlyActiveUsers?: number

Contains the total number monthly active users from the start of the given hour's month until the given hour.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

Generated using TypeDoc