# FilterSchema.Model

- **Module:** FilterSchema
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/FilterSchema.swift#L20
- **Page:** https://libtmux.org/en/swift/latest/reference/filterschema-model/

The filterable fields of one type.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `name` (property): What a client calls this type — `pane`, `session`, and so on.
- `fields` (property): Every field a filter may name on it.
- `init(from:)` (method): Creates a new instance by decoding from the given decoder.
