Sha256: 2d78b7ac0b2e81e37ea132ebcf052875bfe3d66e8368f592969c2fd956042ab2
Contents?: true
Size: 830 Bytes
Versions: 8
Compression:
Stored size: 830 Bytes
Contents
--- title: KnowledgeSearchResponse --- ## PureCloud::KnowledgeSearchResponse ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **search_id** | **String** | Search Id | [optional] | | **total** | **Integer** | Total number of records returned | [optional] | | **page_count** | **Integer** | Number of pages returned in the result calculated according to the pageSize and the total | [optional] | | **page_size** | **Integer** | Number of records according to the page size | [optional] | | **page_number** | **Integer** | Current page number for the returned records | [optional] | | **results** | [**Array<KnowledgeSearchDocument>**](KnowledgeSearchDocument.html) | Results associated to the search response | [optional] | {: class="table table-striped"}
Version data entries
8 entries across 8 versions & 1 rubygems