Usage attributes data.

Hierarchy

  • UsageAttributesObject

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
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.

timeseries?: UsageTimeSeriesObject[]

List of usage data reported for each requested hour.

usageType?: HourlyUsageType

Usage type that is being measured.

Generated using TypeDoc