# AccountAttributeUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**required** | **boolean** |  | [optional] [default to undefined]
**adminOnly** | **boolean** |  | [optional] [default to undefined]
**editable** | **boolean** |  | [optional] [default to undefined]
**_public** | **boolean** |  | [optional] [default to undefined]
**subline** | **boolean** |  | [optional] [default to undefined]
**includedInDashboards** | **boolean** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]
**searchListId** | **string** |  | [optional] [default to undefined]
**_options** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) |  | [optional] [default to undefined]

## Example

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

const instance: AccountAttributeUpdateInputs = {
    label,
    description,
    required,
    adminOnly,
    editable,
    _public,
    subline,
    includedInDashboards,
    sortOrder,
    searchListId,
    _options,
    locationOption,
};
```

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