zernio 0.0.441

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# WebhookPayloadPostPost

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**content** | **String** |  | 
**status** | **String** |  | 
**scheduled_for** | **String** |  | 
**published_at** | Option<**String**> |  | [optional]
**platforms** | [**Vec<models::WebhookPayloadPostPostPlatformsInner>**]WebhookPayloadPostPostPlatformsInner.md |  | 
**metadata** | Option<**std::collections::HashMap<String, serde_json::Value>**> | The free-form `metadata` object supplied when the post was created, echoed back so you can map events onto your own records. Omitted when the post was created without it. | [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)