@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
40 lines • 957 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CardPatchRequest = void 0;
class CardPatchRequest {
static getAttributeTypeMap() {
return CardPatchRequest.attributeTypeMap;
}
constructor() {
}
}
exports.CardPatchRequest = CardPatchRequest;
CardPatchRequest.discriminator = undefined;
CardPatchRequest.mapping = undefined;
CardPatchRequest.attributeTypeMap = [
{
"name": "fetch",
"baseName": "fetch",
"type": "CardFetchBodyPatch",
"format": ""
},
{
"name": "display",
"baseName": "display",
"type": "CardDisplayBody",
"format": ""
},
{
"name": "title",
"baseName": "title",
"type": "string",
"format": ""
},
{
"name": "actions",
"baseName": "actions",
"type": "CardActions",
"format": ""
}
];
//# sourceMappingURL=CardPatchRequest.js.map