# Cyclos411Api.BaseRecordDataForSearch

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customFields** | [**[CustomFieldDetailed]**](CustomFieldDetailed.md) | The list of record fields that are either to be used as search filter (if its internal name is present on &#x60;fieldsInSearch&#x60;) and / or in the result list (if its internal name is present on &#x60;fieldsInList&#x60;)   | [optional] 
**fieldsInSearch** | **[String]** | The internal names of the record fields that should be used as search filters (separated fields, not keywords)  | [optional] 
**addressFieldsInSearch** | [**[AddressQueryFieldEnum]**](AddressQueryFieldEnum.md) | Fields which can be used when filtering by user address, by using the &#x60;address.&lt;addressField&gt;&#x60; name Possibles values for each array element are: * address: Filters by any field in the street address: &#x60;addressLine1&#x60;, &#x60;addressLine2&#x60;, &#x60;street&#x60;, &#x60;buildingNumber&#x60; or &#x60;complement&#x60;   * city: Filters by city name * country: Filters by country, represented as 2-letter, uppercase, ISO 3166-1 code (exact match) * neighborhood: Filters by neighborhood name  * poBox: Filters by post-office box (exact match) * region: Filters by region or state * zip: Filters by zip (postal) code (exact match)  | [optional] 
**fieldsInList** | **[String]** | The internal names of the record fields that will be returned together with each record, and should be shown in the result list  | [optional] 
**basicProfileFields** | [**[BasicProfileFieldInput]**](BasicProfileFieldInput.md) | The list of basic user profile fields that can be used as search filters. Only returned if searching user records.  | [optional] 
**customProfileFields** | [**[CustomFieldDetailed]**](CustomFieldDetailed.md) | The list of custom user profile fields that can be used as search filters. Only returned if searching user records.  | [optional] 


