Get Server Snapshots Result
data class GetServerSnapshotsResult(val diskId: String? = null, val id: String, val ids: List<String>, val instanceId: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val snapshots: List<GetServerSnapshotsSnapshot>, val status: String? = null)
A collection of values returned by getServerSnapshots.