SearchOptionsFields interface
FieldsExtension.
Attributes: include: set of fields to include. exclude: set of fields to exclude.
Controls which fields to include or exclude from the response.
Properties
| exclude | Array of field names to exclude from the response. |
| include | Array of field names to include in the response. |
Property Details
exclude
Array of field names to exclude from the response.
exclude?: string[]
Property Value
string[]
include
Array of field names to include in the response.
include?: string[]
Property Value
string[]