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