Interface GetLocationGroupRequest

interface GetLocationGroupRequest {
    includeAssigned?: boolean;
    locationCategoryLike?: string;
    office?: string;
}

Properties

includeAssigned?: boolean
locationCategoryLike?: string
office?: string