# CreateEventTrack200Response


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **string** |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**data** | [**EventTrack**](EventTrack.md) |  | [default to undefined]

## Example

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

const instance: CreateEventTrack200Response = {
    status,
    message,
    data,
};
```

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