UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

34 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SyntheticsMobileStepParamsElementUserLocatorValuesItems = void 0; /** * A single user locator object. */ class SyntheticsMobileStepParamsElementUserLocatorValuesItems { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SyntheticsMobileStepParamsElementUserLocatorValuesItems.attributeTypeMap; } } exports.SyntheticsMobileStepParamsElementUserLocatorValuesItems = SyntheticsMobileStepParamsElementUserLocatorValuesItems; /** * @ignore */ SyntheticsMobileStepParamsElementUserLocatorValuesItems.attributeTypeMap = { type: { baseName: "type", type: "SyntheticsMobileStepParamsElementUserLocatorValuesItemsType", }, value: { baseName: "value", type: "string", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=SyntheticsMobileStepParamsElementUserLocatorValuesItems.js.map