@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 883 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegalConsentCheckbox = void 0;
class LegalConsentCheckbox {
static getAttributeTypeMap() {
return LegalConsentCheckbox.attributeTypeMap;
}
constructor() {
}
}
exports.LegalConsentCheckbox = LegalConsentCheckbox;
LegalConsentCheckbox.discriminator = undefined;
LegalConsentCheckbox.mapping = undefined;
LegalConsentCheckbox.attributeTypeMap = [
{
"name": "subscriptionTypeId",
"baseName": "subscriptionTypeId",
"type": "number",
"format": "int32"
},
{
"name": "label",
"baseName": "label",
"type": "string",
"format": ""
},
{
"name": "required",
"baseName": "required",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=LegalConsentCheckbox.js.map