Model definition for a Blog Author.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The unique ID of the Blog Author. | |
| FullName | string | ||
| string | Email address of the Blog Author. | ||
| Slug | string | ||
| Language | string | The explicitly defined ISO 639 language code of the blog author. | |
| TranslatedFromId | long | ID of the primary blog author this object was translated from. | |
| Name | string | ||
| DisplayName | string | The full name of the Blog Author to be displayed. | |
| Bio | string | A short biography of the blog author. | |
| Website | string | URL to the website of the Blog Author. | |
| string | URL or username of the Twitter account associated with the Blog Author. This will be normalized into the Twitter url for said user. | ||
| string | URL to the Blog Author's Facebook page. | ||
| string | URL to the blog author's LinkedIn page. | ||
| Avatar | string | URL to the blog author's avatar, if supplying a custom one. | |
| DeletedAt | DateTimeOffset | The timestamp (ISO8601 format) when this Blog Author was deleted. | |
| CreatedAt | DateTimeOffset | The timestamp (ISO8601 format) when this Blog Author was created. | |
| UpdatedAt | DateTimeOffset | The timestamp (ISO8601 format) when this Blog Author was last updated. |