data class GetSnapshotsPlainArgs(val desktopId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val snapshotId: String? = null) : ConvertibleToJava<GetSnapshotsPlainArgs>
A collection of arguments for invoking getSnapshots.