# Hub
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `HomeVisibility` | [Models.Requests.HomeVisibility](../../Models/Requests/HomeVisibility.md) | :heavy_minus_sign: | Whether this hub is visible on the home screen
- all: Visible to all users
- none: Visible to no users
- admin: Visible to only admin users
- shared: Visible to shared users
|
| `Identifier` | *string* | :heavy_minus_sign: | The identifier for this hub |
| `PromotedToOwnHome` | *bool* | :heavy_minus_sign: | Whether this hub is visible to admin user home |
| `PromotedToRecommended` | *bool* | :heavy_minus_sign: | Whether this hub is promoted to all for recommendations |
| `PromotedToSharedHome` | *bool* | :heavy_minus_sign: | Whether this hub is visible to shared user's home |
| `RecommendationsVisibility` | [Models.Requests.RecommendationsVisibility](../../Models/Requests/RecommendationsVisibility.md) | :heavy_minus_sign: | The visibility of this hub in recommendations:
- all: Visible to all users
- none: Visible to no users
- admin: Visible to only admin users
- shared: Visible to shared users
|
| `Title` | *string* | :heavy_minus_sign: | The title of this hub |