UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

70 lines 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SyntheticsGlobalVariable = void 0; /** * Synthetic global variable. */ class SyntheticsGlobalVariable { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SyntheticsGlobalVariable.attributeTypeMap; } } exports.SyntheticsGlobalVariable = SyntheticsGlobalVariable; /** * @ignore */ SyntheticsGlobalVariable.attributeTypeMap = { attributes: { baseName: "attributes", type: "SyntheticsGlobalVariableAttributes", }, description: { baseName: "description", type: "string", required: true, }, id: { baseName: "id", type: "string", }, isFido: { baseName: "is_fido", type: "boolean", }, isTotp: { baseName: "is_totp", type: "boolean", }, name: { baseName: "name", type: "string", required: true, }, parseTestOptions: { baseName: "parse_test_options", type: "SyntheticsGlobalVariableParseTestOptions", }, parseTestPublicId: { baseName: "parse_test_public_id", type: "string", }, tags: { baseName: "tags", type: "Array<string>", required: true, }, value: { baseName: "value", type: "SyntheticsGlobalVariableValue", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=SyntheticsGlobalVariable.js.map