# AppSettingOptionsSource


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [optional] [default to undefined]
**serverlessFunctionUuid** | **string** |  | [optional] [default to undefined]
**serverlessFunctionName** | **string** |  | [optional] [default to undefined]
**dependsOn** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**searchable** | **boolean** |  | [optional] [default to undefined]
**minQueryLength** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { AppSettingOptionsSource } from '@caraer/client';

const instance: AppSettingOptionsSource = {
    type,
    serverlessFunctionUuid,
    serverlessFunctionName,
    dependsOn,
    searchable,
    minQueryLength,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
