docs.ShareArticle.md Maven / Gradle / Ivy
# ShareArticle
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**articleId** | **String** | An ID for this article that should be unique to the calling application. Either an articleId or an articleUrl is required. | [optional]
**title** | **String** | The title of the article |
**subTitle** | **String** | The subtitle of the article | [optional]
**message** | **String** | The message text that can be send along with the shared article | [optional]
**publisher** | **String** | Publisher of the article |
**publishDate** | **Long** | Article publish date in unix timestamp | [optional]
**thumbnailUrl** | **String** | Url to the thumbnail image | [optional]
**author** | **String** | Author of the article |
**articleUrl** | **String** | Url to the article | [optional]
**summary** | **String** | Preview summary of the article | [optional]
**appId** | **String** | App ID of the calling application |
**appName** | **String** | App name of the calling application | [optional]
**appIconUrl** | **String** | App icon url of the calling application | [optional]