Method: PureCloud::SearchRequest#return_fields
- Defined in:
- lib/purecloud/models/search_request.rb
#return_fields ⇒ Object
A List of strings. Possible values are any field in the resource you are searching on. The other option is to use ALL_FIELDS, when this is provided all fields in the resource will be returned in the search results.
34 35 36 |
# File 'lib/purecloud/models/search_request.rb', line 34 def return_fields @return_fields end |