# GetResponses200Hub ## Fields | Field | Type | Required | Description | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `home_visibility` | [Optional[components.HomeVisibility]](../../models/components/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` | *Optional[str]* | :heavy_minus_sign: | The identifier for this hub | | `promoted_to_own_home` | *Optional[bool]* | :heavy_minus_sign: | Whether this hub is visible to admin user home | | `promoted_to_recommended` | *Optional[bool]* | :heavy_minus_sign: | Whether this hub is promoted to all for recommendations | | `promoted_to_shared_home` | *Optional[bool]* | :heavy_minus_sign: | Whether this hub is visible to shared user's home | | `recommendations_visibility` | [Optional[components.RecommendationsVisibility]](../../models/components/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` | *Optional[str]* | :heavy_minus_sign: | The title of this hub |