@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
34 lines • 1.06 kB
JavaScript
;
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: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=SyntheticsMobileStepParamsElementUserLocatorValuesItems.js.map