Constructors

Properties

archived?: boolean

Whether this form is archived.

configuration?: HubSpotFormConfiguration
displayOptions?: FormDisplayOptions
fieldGroups?: FieldGroup[]

The fields in the form, grouped in rows.

name?: string

The name of the form. Expected to be unique for a hub.

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

Methods