Get Snapshots Plain Args
data class GetSnapshotsPlainArgs(val fileSystemId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val snapshotName: String? = null, val status: String? = null) : ConvertibleToJava<GetSnapshotsPlainArgs>
A collection of arguments for invoking getSnapshots.