# SupportTicketUpdateInputs


## Properties

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

## Example

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

const instance: SupportTicketUpdateInputs = {
    type,
    request,
    state,
    accountId,
    orgMembershipId,
    eventId,
};
```

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