# BenefitUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**link** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**startDate** | **string** |  | [optional] [default to undefined]
**endDate** | **string** |  | [optional] [default to undefined]
**priority** | **number** |  | [optional] [default to undefined]
**managerId** | **string** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**eventOnly** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: BenefitUpdateInputs = {
    link,
    title,
    slug,
    description,
    imageId,
    startDate,
    endDate,
    priority,
    managerId,
    eventId,
    eventOnly,
};
```

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