Interface LocationGroup

A representation of a location group

Export

LocationGroup

interface LocationGroup {
    assignedLocations?: AssignedLocation[];
    description?: string;
    id?: string;
    locGroupAttribute?: number;
    locationCategory?: LocationCategory;
    officeId: string;
    sharedLocAliasId?: string;
    sharedRefLocationId?: string;
}

Properties

assignedLocations?: AssignedLocation[]

Memberof

LocationGroup

description?: string

Memberof

LocationGroup

id?: string

Memberof

LocationGroup

locGroupAttribute?: number

Memberof

LocationGroup

locationCategory?: LocationCategory

Memberof

LocationGroup

officeId: string

Owning office of object.

Memberof

LocationGroup

sharedLocAliasId?: string

Memberof

LocationGroup

sharedRefLocationId?: string

Memberof

LocationGroup