Struct google_blogger3::Comment [] [src]

pub struct Comment {
    pub status: Option<String>,
    pub in_reply_to: Option<CommentInReplyTo>,
    pub kind: Option<String>,
    pub author: Option<CommentAuthor>,
    pub updated: Option<String>,
    pub blog: Option<CommentBlog>,
    pub published: Option<String>,
    pub post: Option<CommentPost>,
    pub content: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

Data about the comment this is in reply to.

The kind of this entry. Always blogger#comment

The author of this Comment.

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

Data about the blog containing this comment.

RFC 3339 date-time when this comment was published.

Data about the post containing this comment.

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

The identifier for this resource.

The API REST URL to fetch this resource from.

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter.

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Comment
[src]

Returns the "default value" for a type. Read more

impl Resource for Comment
[src]

impl ResponseResult for Comment
[src]