GetSnapshotPlainArgs

data class GetSnapshotPlainArgs(val project: String? = null, val snapshotId: String) : ConvertibleToJava<GetSnapshotPlainArgs>

Constructors

Link copied to clipboard
fun GetSnapshotPlainArgs(project: String? = null, snapshotId: String)

Functions

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

Properties

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