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