UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 700 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreatePageResponse = void 0; /** * The full response object after creating a new On-Call Page. */ class CreatePageResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CreatePageResponse.attributeTypeMap; } } exports.CreatePageResponse = CreatePageResponse; /** * @ignore */ CreatePageResponse.attributeTypeMap = { data: { baseName: "data", type: "CreatePageResponseData", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=CreatePageResponse.js.map