# Segment
## Properties
**id** | Option<**String**> | UUID of the segment. If left empty, it will be assigned automaticaly. | [optional]
**name** | **String** | Name of the segment. You'll see this name on the Web UI. |
**filters** | [**Vec<crate::models::FilterExpression>**](FilterExpression.md) | Filter or operators the segment will have. For a list of available filters with details, please see Send to Users Based on Filters. |
[[Back to API list]](https://github.com/OneSignal/onesignal-rust-api#full-api-reference) [[Back to README]](https://github.com/OneSignal/onesignal-rust-api)