# SeriesQuestionUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**type** | [**SeriesQuestionType**](SeriesQuestionType.md) |  | [optional] [default to undefined]
**required** | **boolean** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**placeholder** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**_default** | **string** |  | [optional] [default to undefined]
**dashboardVisibility** | **boolean** |  | [optional] [default to undefined]
**mutable** | **boolean** |  | [optional] [default to undefined]
**min** | **string** |  | [optional] [default to undefined]
**max** | **string** |  | [optional] [default to undefined]
**masked** | **boolean** |  | [optional] [default to undefined]
**validation** | **string** |  | [optional] [default to undefined]
**validationMessage** | **string** |  | [optional] [default to undefined]
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**searchListId** | **string** |  | [optional] [default to undefined]
**choices** | [**SeriesQuestionUpdateInputsChoices**](SeriesQuestionUpdateInputsChoices.md) |  | [optional] [default to undefined]

## Example

```typescript
import { SeriesQuestionUpdateInputs } from '@connectedxm/admin-sdk';

const instance: SeriesQuestionUpdateInputs = {
    name,
    type,
    required,
    label,
    placeholder,
    description,
    _default,
    dashboardVisibility,
    mutable,
    min,
    max,
    masked,
    validation,
    validationMessage,
    locationOption,
    sortOrder,
    featured,
    searchListId,
    choices,
};
```

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