GetSnapshotPlainArgs

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

Constructors

Link copied to clipboard
constructor(project: String? = null, snapshot: String)

Properties

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

Functions

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