# PassAttribute


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**attributeId** | **string** |  | [default to undefined]
**attribute** | [**BaseEventAttribute**](BaseEventAttribute.md) |  | [default to undefined]
**value** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: PassAttribute = {
    id,
    attributeId,
    attribute,
    value,
    createdAt,
    updatedAt,
};
```

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