OBJECT
Represents upgrade duration in seconds.
type UpgradeDurationReply {# Time taken by the last successful rolling upgrade, in seconds.rollingUpgradeDuration: Long! # Time taken by the last successful fast upgrade, in seconds.fastUpgradeDuration: Long! }