late 0.0.310

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
# GetLinkedInMentions200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**urn** | Option<**String**> | The LinkedIn URN (person or organization) | [optional]
**r#type** | Option<**Type**> | The type of entity (person or organization) (enum: person, organization) | [optional]
**display_name** | Option<**String**> | Display name (provided, from API, or derived from vanity URL) | [optional]
**mention_format** | Option<**String**> | Ready-to-use mention format for post content | [optional]
**vanity_name** | Option<**String**> | The vanity name/slug (only for organization mentions) | [optional]
**warning** | Option<**String**> | Warning about clickable mentions (only present for person mentions if displayName was not provided) | [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)