An object detailing a summary of the import record outputs

Constructors

Properties

counters: {
    [key: string]: number;
}

Summarized outcomes of each row a developer attempted to import into HubSpot.

fileIds: string[]

The IDs of files uploaded in the File Manager API.

objectLists: PublicObjectListRecord[]

The lists containing the imported objects.

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

Methods

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