interface FieldModel {
    description?: string;
    id?: string;
    name?: string;
    pickList?: PickListMetadataModel;
    type?: FieldType;
    url?: string;
}

Properties

description?: string

Description about field

id?: string

ID of the field

name?: string

Name of the field

Reference to picklist in this field

type?: FieldType

Type of field

url?: string

Url to the field