Schemas The CRM uses schemas to define how custom objects should store and represent information in the HubSpot CRM. Schemas define details about an object's type, properties, and associations. The schema can be uniquely identified by its object type ID.

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

_in?: string

The name of the field or parameter in which the error was found.

code?: string

The status code associated with the error detail

context?: {
    [key: string]: string[];
}

Context about the error condition

message: string

A human readable message describing the error along with remediation steps where appropriate

subCategory?: string

A specific category that contains more specific detail about the error

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

Methods

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