Interface GetProjectsLocationsRequest

interface GetProjectsLocationsRequest {
    locationKindLike?: string;
    office: string;
    projectLike?: string;
}

Properties

locationKindLike?: string
office: string
projectLike?: string