interface RoadClosureModelAttributes {
    attributions: RoadClosureAttribution[];
    closureStatus: ClosureStatus;
    closureStatusHistory: ClosureStatusHistoryItem[];
    createdBy: null | number;
    createdOn: number;
    editSuggestion?: EditSuggestion;
    endDate: null | string;
    eventId: null | string;
    externalProvider: null | string;
    externalProviderId: null | string;
    forward: boolean;
    fromNodeClosed: boolean;
    geoJSONGeometry: LineString;
    id: string;
    permanent: boolean;
    provider: null | string;
    reason: null | string;
    segID: number;
    startDate: null | string;
}

Hierarchy (View Summary)

Properties

attributions: RoadClosureAttribution[]
closureStatus: ClosureStatus
closureStatusHistory: ClosureStatusHistoryItem[]
createdBy: null | number
createdOn: number
editSuggestion?: EditSuggestion
endDate: null | string
eventId: null | string
externalProvider: null | string
externalProviderId: null | string
forward: boolean
fromNodeClosed: boolean
geoJSONGeometry: LineString
id: string
permanent: boolean
provider: null | string
reason: null | string
segID: number
startDate: null | string