@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
22 lines • 826 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CollectionResponsePublicAuditInfoNoPaging = void 0;
class CollectionResponsePublicAuditInfoNoPaging {
static getAttributeTypeMap() {
return CollectionResponsePublicAuditInfoNoPaging.attributeTypeMap;
}
constructor() {
}
}
exports.CollectionResponsePublicAuditInfoNoPaging = CollectionResponsePublicAuditInfoNoPaging;
CollectionResponsePublicAuditInfoNoPaging.discriminator = undefined;
CollectionResponsePublicAuditInfoNoPaging.mapping = undefined;
CollectionResponsePublicAuditInfoNoPaging.attributeTypeMap = [
{
"name": "results",
"baseName": "results",
"type": "Array<PublicAuditInfo>",
"format": ""
}
];
//# sourceMappingURL=CollectionResponsePublicAuditInfoNoPaging.js.map