interface TurnClosure {
    description: null | string;
    endDate: null | string;
    fromSegmentId: number;
    id: string;
    majorTrafficEventId: null | string;
    modificationData: ModificationMetadata;
    startDate: null | string;
    status: ClosureStatus;
    toSegmentId: number;
}

Properties

description: null | string

The description of the closure.

endDate: null | string

The end date and time of the closure in the timezone of the closure location.

fromSegmentId: number

The ID of the segment from which the turn, associated with the closure, originates.

id: string
majorTrafficEventId: null | string

The id of the major traffic event associated with the closure.

modificationData: ModificationMetadata
startDate: null | string

The start date and time of the closure in the timezone of the closure location.

The status of the closure.

toSegmentId: number

The ID of the segment to which the turn, associated with the closure, leads.