Projected Cost attributes data.

Hierarchy

  • ProjectedCostAttributes

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

List of charges data reported for the requested month.

date?: Date

The month requested.

orgName?: string

The organization name.

projectedTotalCost?: number

The total projected cost of products for the month.

publicId?: string

The organization public ID.

region?: string

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

Generated using TypeDoc