# AccountAttributeCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**type** | [**AccountAttributeType**](AccountAttributeType.md) |  | [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 { AccountAttributeCreateInputs } from '@connectedxm/admin-sdk';

const instance: AccountAttributeCreateInputs = {
    name,
    label,
    type,
    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)
