Interface GetLocationGroupRequest

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

Properties

categoryOfficeId: string
includeAssigned?: boolean
locationCategoryLike?: string
locationOfficeId: string
office?: string