UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 779 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RulesValidateQueryResponse = void 0; /** * The definition of `RulesValidateQueryResponse` object. */ class RulesValidateQueryResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return RulesValidateQueryResponse.attributeTypeMap; } } exports.RulesValidateQueryResponse = RulesValidateQueryResponse; /** * @ignore */ RulesValidateQueryResponse.attributeTypeMap = { data: { baseName: "data", type: "RulesValidateQueryResponseData", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=RulesValidateQueryResponse.js.map