Attributes of hourly usage for a product family for an org for a time period.

Hierarchy

  • HourlyUsageAttributes

Constructors

Properties

accountName?: string

The account name.

accountPublicId?: string

The account public ID.

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
measurements?: HourlyUsageMeasurement[]

List of the measured usage values for the product family for the org for the time period.

orgName?: string

The organization name.

productFamily?: string

The product for which usage is being reported.

publicId?: string

The organization public ID.

region?: string

The region of the Datadog instance that the organization belongs to.

timestamp?: Date

Datetime in ISO-8601 format, UTC. The hour for the usage.

Generated using TypeDoc