# AdvertisementAllOfCount


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**views** | **number** |  | [default to undefined]
**clicks** | **number** |  | [default to undefined]

## Example

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

const instance: AdvertisementAllOfCount = {
    views,
    clicks,
};
```

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