GetSnapshotPlainArgs

data class GetSnapshotPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSnapshotPlainArgs>

A collection of arguments for invoking getSnapshot.

Constructors

Link copied to clipboard
fun GetSnapshotPlainArgs(name: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Name of the snapshot.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the snapshot.