Get Open Zfs Snapshot Plain Args
data class GetOpenZfsSnapshotPlainArgs(val filters: List<GetOpenZfsSnapshotFilter>? = null, val mostRecent: Boolean? = null, val name: String? = null, val snapshotIds: List<String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetOpenZfsSnapshotPlainArgs>
A collection of arguments for invoking getOpenZfsSnapshot.