Events Events No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Constructors

Properties

eventType: string

The format of the eventType string is ae{appId}_{eventTypeLabel}, pe{portalId}_{eventTypeLabel}, or just e_{eventTypeLabel} for HubSpot events.

id: string

A unique identifier for the event.

objectId: string

The objectId of the object which did the event.

objectType: string

The objectType for the object which did the event.

occurredAt: Date

An ISO 8601 timestamp when the event occurred.

properties?: {
    [key: string]: string;
}
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]