The request object used when creating a new object list.

Constructors

Properties

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

The list of custom properties to tie to the list. Custom property name is the key, the value is the value.

listFolderId?: number

The ID of the folder that the list should be created in. If left blank, then the list will be created in the root of the list folder structure.

listPermissions?: PublicListPermissions
membershipSettings?: PublicMembershipSettings
name: string

The name of the list, which must be globally unique across all public lists in the portal.

objectTypeId: string

The object type ID of the type of objects that the list will store.

processingType: string

The processing type of the list. One of: SNAPSHOT, MANUAL, or DYNAMIC.

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

Methods

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