Interface GetLocationsWithKindsRequest

interface GetLocationsWithKindsRequest {
    locationKindLike?: string;
    names?: string;
    office?: string;
}

Properties

locationKindLike?: string
names?: string
office?: string