Constructors

Properties

idProperty?: string

When using a custom unique value property to retrieve records, the name of the property. Do not include this parameter if retrieving by record ID.

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

Methods