Metadata of an app.

Hierarchy

  • AppMeta

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

Timestamp of when the app was created.

deletedAt?: Date

Timestamp of when the app was deleted.

orgId?: number

The Datadog organization ID that owns the app.

updatedAt?: Date

Timestamp of when the app was last updated.

updatedSinceDeployment?: boolean

Whether the app was updated since it was last published. Published apps are pinned to a specific version and do not automatically update when the app is updated.

userId?: number

The ID of the user who created the app.

userName?: string

The name (or email address) of the user who created the app.

userUuid?: string

The UUID of the user who created the app.

version?: number

The version number of the app. This starts at 1 and increments with each update.

Generated using TypeDoc