Class Page.AuthorData
The author of this Page.
Inherited Members
Namespace: Google.Apis.Blogger.v2.Data
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class Page.AuthorData
Properties
DisplayName
The display name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The identifier of the creator.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Image
The creator's avatar.
Declaration
[JsonProperty("image")]
public virtual Page.AuthorData.ImageData Image { get; set; }
Property Value
Type | Description |
---|---|
Page.AuthorData.ImageData |
Url
The URL of the creator's Profile page.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |