Volume Relocation Properties Response
data class VolumeRelocationPropertiesResponse(val readyToBeFinalized: Boolean, val relocationRequested: Boolean? = null)
Volume relocation properties
Constructors
Link copied to clipboard
fun VolumeRelocationPropertiesResponse(readyToBeFinalized: Boolean, relocationRequested: Boolean? = null)