UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

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