OBJECT
For a log backup, represents redo log position interval.
type SapHanaLogPositionInterval {# Newest log position in the interval.newestLogPosition: Long # Oldest log position in the interval.oldestLogPosition: Long }