# EventPageUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**slug** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**active** | **boolean** |  | [optional] [default to undefined]
**subtitle** | **string** |  | [optional] [default to undefined]
**html** | **string** |  | [optional] [default to undefined]
**externalUrl** | **string** |  | [optional] [default to undefined]
**sortOrder** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: EventPageUpdateInputs = {
    slug,
    title,
    active,
    subtitle,
    html,
    externalUrl,
    sortOrder,
};
```

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