Singular and plural labels for the object. Used in CRM display.

Constructors

Properties

plural?: string

The word for multiple objects. (There’s no way to change this later.)

singular?: string

The word for one object. (There’s no way to change this later.)

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

Methods

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