@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
34 lines • 779 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthNMappingResponse = void 0;
/**
* AuthN Mapping response from the API.
*/
class AuthNMappingResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AuthNMappingResponse.attributeTypeMap;
}
}
exports.AuthNMappingResponse = AuthNMappingResponse;
/**
* @ignore
*/
AuthNMappingResponse.attributeTypeMap = {
data: {
baseName: "data",
type: "AuthNMapping",
},
included: {
baseName: "included",
type: "Array<AuthNMappingIncluded>",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=AuthNMappingResponse.js.map