late 0.0.223

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
# GetLinkedInPostAnalytics200ResponseAnalytics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**impressions** | Option<**i32**> | Times the post was shown | [optional]
**reach** | Option<**i32**> | Unique members who saw the post | [optional]
**likes** | Option<**i32**> | Reactions on the post | [optional]
**comments** | Option<**i32**> | Comments on the post | [optional]
**shares** | Option<**i32**> | Reshares of the post | [optional]
**saves** | Option<**i32**> | Times the post was saved (personal accounts only; 0 for organization accounts) | [optional]
**sends** | Option<**i32**> | Times the post was sent via LinkedIn messaging (personal accounts only; 0 for organization accounts) | [optional]
**clicks** | Option<**i32**> | Clicks on the post (organization accounts only) | [optional]
**views** | Option<**i32**> | Video views (video posts only) | [optional]
**engagement_rate** | Option<**f64**> | Engagement rate as percentage | [optional]

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