# Site ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to null] **guid** | **string** | | [default to null] **title** | **string** | | [default to null] **description** | **string** | | [optional] [default to null] **visibility** | **string** | | [default to null] **preset** | **string** | | [optional] [default to null] **role** | **string** | | [optional] [default to null] ## Enum: Site.VisibilityEnum * `PRIVATE` (value: `'PRIVATE'`) * `MODERATED` (value: `'MODERATED'`) * `PUBLIC` (value: `'PUBLIC'`) ## Enum: Site.RoleEnum * `SiteConsumer` (value: `'SiteConsumer'`) * `SiteCollaborator` (value: `'SiteCollaborator'`) * `SiteContributor` (value: `'SiteContributor'`) * `SiteManager` (value: `'SiteManager'`)