# AdvertisementUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**AdvertisementType**](AdvertisementType.md) |  | [optional] [default to undefined]
**link** | **string** |  | [optional] [default to undefined]
**title** | **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]
**weight** | **number** |  | [optional] [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**eventOnly** | **boolean** |  | [optional] [default to undefined]
**enabled** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: AdvertisementUpdateInputs = {
    type,
    link,
    title,
    description,
    imageId,
    startDate,
    endDate,
    weight,
    accountId,
    eventId,
    eventOnly,
    enabled,
};
```

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