Schema that defines the structure of a Kind object in the Software Catalog.

Hierarchy

  • KindData

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
attributes?: KindAttributes

Kind attributes.

id?: string

A read-only globally unique identifier for the entity generated by Datadog. User supplied values are ignored.

Kind metadata.

type?: string

Kind.

Generated using TypeDoc