Show / Hide Table of Contents

Class Comment

Inheritance
object
Comment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class Comment : IDirectResponseSchema

Properties

Author

The author of this Comment.

Declaration
[JsonProperty("author")]
public virtual Comment.AuthorData Author { get; set; }
Property Value
Type Description
Comment.AuthorData

Blog

Data about the blog containing this comment.

Declaration
[JsonProperty("blog")]
public virtual Comment.BlogData Blog { get; set; }
Property Value
Type Description
Comment.BlogData

Content

The actual content of the comment. May include HTML markup.

Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

The identifier for this resource.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

InReplyTo

Data about the comment this is in reply to.

Declaration
[JsonProperty("inReplyTo")]
public virtual Comment.InReplyToData InReplyTo { get; set; }
Property Value
Type Description
Comment.InReplyToData

Kind

The kind of this entry. Always blogger#comment.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Post

Data about the post containing this comment.

Declaration
[JsonProperty("post")]
public virtual Comment.PostData Post { get; set; }
Property Value
Type Description
Comment.PostData

Published

RFC 3339 date-time when this comment was published.

Declaration
[JsonProperty("published")]
public virtual string Published { get; set; }
Property Value
Type Description
string

SelfLink

The API REST URL to fetch this resource from.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

Status

The status of the comment (only populated for admin users).

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Updated

RFC 3339 date-time when this comment was last updated.

Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX