Model definition for a Blog Author.

Constructors

Properties

avatar: string

URL to the blog author's avatar, if supplying a custom one.

bio: string

A short biography of the blog author.

created: Date
deletedAt: Date

The timestamp (ISO8601 format) when this Blog Author was deleted.

displayName: string

The full name of the Blog Author to be displayed.

email: string

Email address of the Blog Author.

facebook: string

URL to the Blog Author's Facebook page.

fullName: string
id: string

The unique ID of the Blog Author.

The explicitly defined ISO 639 language code of the blog author.

linkedin: string

URL to the blog author's LinkedIn page.

name: string
slug: string
translatedFromId: number

ID of the primary blog author this object was translated from.

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.

updated: Date
website: string

URL to the website of the Blog Author.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]