UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 807 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityResponseIncludedSchemaAttributes = void 0; /** * Included schema. */ class EntityResponseIncludedSchemaAttributes { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return EntityResponseIncludedSchemaAttributes.attributeTypeMap; } } exports.EntityResponseIncludedSchemaAttributes = EntityResponseIncludedSchemaAttributes; /** * @ignore */ EntityResponseIncludedSchemaAttributes.attributeTypeMap = { schema: { baseName: "schema", type: "EntityV3", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=EntityResponseIncludedSchemaAttributes.js.map