# SupportTicketCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**SupportTicketType**](SupportTicketType.md) |  | [default to undefined]
**request** | **string** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**firstMessage** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: SupportTicketCreateInputs = {
    type,
    request,
    eventId,
    accountId,
    firstMessage,
};
```

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