# AccountAttribute


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**type** | [**AccountAttributeType**](AccountAttributeType.md) |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**required** | **boolean** |  | [default to undefined]
**adminOnly** | **boolean** |  | [default to undefined]
**editable** | **boolean** |  | [default to undefined]
**_public** | **boolean** |  | [default to undefined]
**subline** | **boolean** |  | [default to undefined]
**includedInDashboards** | **boolean** |  | [default to undefined]
**sortOrder** | **number** |  | [default to undefined]
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**AccountAttributeAllOfCount**](AccountAttributeAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: AccountAttribute = {
    id,
    name,
    label,
    type,
    description,
    required,
    adminOnly,
    editable,
    _public,
    subline,
    includedInDashboards,
    sortOrder,
    locationOption,
    createdAt,
    updatedAt,
    _count,
};
```

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