Class Comment.AuthorData
The author of this Comment.
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class Comment.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 Comment.AuthorData.ImageData Image { get; set; }
Property Value
Type | Description |
---|---|
Comment.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 |