interface UpdateRequestDetails {
    comments: ConversationElement[];
    driveGeometry: null | MultiLineString;
    id: number;
}

Properties

The comments within the update request.

driveGeometry: null | MultiLineString

The MultiLineString representation of the drive geometry of the update request. null if the update request does not contain a drive geometry.

id: number
MMNEPVFCICPMFPCPTTAAATR