Get Snapshot Plain Args
data class GetSnapshotPlainArgs(val location: String, val project: String? = null, val snapshotId: String, val volumeId: String) : ConvertibleToJava<GetSnapshotPlainArgs>
Constructors
Link copied to clipboard
fun GetSnapshotPlainArgs(location: String, project: String? = null, snapshotId: String, volumeId: String)