GetSnapshotPlainArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): GetSnapshotPlainArgs

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard