doc_out/GroupSearchCriteria.html.md in purecloud-0.52.1 vs doc_out/GroupSearchCriteria.html.md in purecloud-0.53.1

- old
+ new

@@ -5,16 +5,16 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **end_value** | **String** | | [optional] | -| **values** | **Array<String>** | | [optional] | -| **start_value** | **String** | | [optional] | -| **fields** | **Array<String>** | | [optional] | -| **value** | **String** | | [optional] | -| **operator** | **String** | | [optional] | -| **group** | [**Array<GroupSearchCriteria>**](GroupSearchCriteria.html) | | [optional] | +| **end_value** | **String** | The end value of the range. This field is used for range search types. | [optional] | +| **values** | **Array<String>** | A list of values for the search to match against | [optional] | +| **start_value** | **String** | The start value of the range. This field is used for range search types. | [optional] | +| **fields** | **Array<String>** | Field names to search against | [optional] | +| **value** | **String** | A value for the search to match against | [optional] | +| **operator** | **String** | How to apply this search criteria against other criteria | [optional] | +| **group** | [**Array<GroupSearchCriteria>**](GroupSearchCriteria.html) | Groups multiple conditions | [optional] | | **type** | **String** | Search Type | | {: class="table table-striped"}