The indexed data in HubSpot

Constructors

Properties

fields: {
    [key: string]: IndexedField;
}

The indexed fields in HubSpot.

id: string

The ID of the document in HubSpot.

The type of document. Can be SITE_PAGE, LANDING_PAGE, BLOG_POST, LISTING_PAGE, or KNOWLEDGE_ARTICLE.

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

Methods

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