Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.65 KB

BlogAuthor.md

File metadata and controls

27 lines (23 loc) · 1.65 KB

HubSpot.NET.Model.BlogAuthor

Model definition for a Blog Author.

Properties

Name Type Description Notes
Id string The unique ID of the Blog Author.
FullName string
Email 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.
Twitter string URL or username of the Twitter account associated with the Blog Author. This will be normalized into the Twitter url for said user.
Facebook string URL to the Blog Author's Facebook page.
Linkedin 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.

[Back to Model list] [Back to API list] [Back to README]