Response with monthly summary of data billed by Datadog.

Hierarchy

  • UsageBillableSummaryHour

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
billingPlan?: string

The billing plan.

endDate?: Date

Shows the last date of usage.

numOrgs?: number

The number of organizations.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

ratioInMonth?: number

Shows usage aggregation for a billing period.

region?: string

The region of the organization.

startDate?: Date

Shows the first date of usage.

Response with aggregated usage types.

Generated using TypeDoc