Get Volume Result
data class GetVolumeResult(val description: String? = null, val dropletIds: List<Int>, val filesystemLabel: String, val filesystemType: String, val id: String, val name: String, val region: String? = null, val size: Int, val tags: List<String>, val urn: String)
A collection of values returned by getVolume.