--- title: DocumentationResult --- ## PureCloud::DocumentationResult ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **Integer** | The globally unique identifier for the object. | | | **categories** | **Array<Integer>** | The category of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **description** | **String** | The description of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **content** | **String** | The text or html content for the documentation entity. Will be returned in responses for certain entities. | [optional] | | **excerpt** | **String** | The excerpt of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **link** | **String** | URL link for the documentation entity. Will be returned in responses for certain entities. | [optional] | | **modified** | **DateTime** | The modified date for the documentation entity. Will be returned in responses for certain entities. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **name** | **String** | The name of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **service** | **Array<Integer>** | The service of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **slug** | **String** | The slug of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **title** | **String** | The title of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **get_type** | **String** | The search type. Will be returned in responses for certain entities. | [optional] | | **facet_feature** | **Array<Integer>** | The facet feature of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **facet_role** | **Array<Integer>** | The facet role of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **facet_service** | **Array<Integer>** | The facet service of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **faq_categories** | **Array<Integer>** | The faq categories of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **releasenote_category** | **Array<Integer>** | The releasenote category of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **releasenote_tag** | **Array<Integer>** | The releasenote tag of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **service_area** | **Array<Integer>** | The service area of the documentation entity. Will be returned in responses for certain entities. | [optional] | | **video_categories** | **Array<Integer>** | The video categories of the documentation entity. Will be returned in responses for certain entities. | [optional] | {: class="table table-striped"}