# Benefit


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**link** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**startDate** | **string** |  | [default to undefined]
**endDate** | **string** |  | [default to undefined]
**priority** | **number** |  | [default to undefined]
**managerId** | **string** |  | [default to undefined]
**manager** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**eventOnly** | **boolean** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**BenefitAllOfCount**](BenefitAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: Benefit = {
    id,
    slug,
    link,
    imageId,
    image,
    title,
    description,
    startDate,
    endDate,
    priority,
    managerId,
    manager,
    eventId,
    event,
    eventOnly,
    createdAt,
    updatedAt,
    _count,
};
```

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