Get Snapshot Plain Args
data class GetSnapshotPlainArgs(val filters: List<GetSnapshotFilter>? = null, val mostRecent: Boolean? = null, val owners: List<String>? = null, val restorableByUserIds: List<String>? = null, val snapshotIds: List<String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSnapshotPlainArgs>
A collection of arguments for invoking getSnapshot.