UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 601 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TeamResponse = void 0; /** * Response with a team */ class TeamResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return TeamResponse.attributeTypeMap; } } exports.TeamResponse = TeamResponse; /** * @ignore */ TeamResponse.attributeTypeMap = { data: { baseName: "data", type: "Team", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=TeamResponse.js.map