Struct google_plusdomains1::Comment[][src]

pub struct Comment {
    pub in_reply_to: Option<Vec<CommentInReplyTo>>,
    pub kind: Option<String>,
    pub plusoners: Option<CommentPlusoners>,
    pub object: Option<CommentObject>,
    pub updated: Option<String>,
    pub actor: Option<CommentActor>,
    pub verb: Option<String>,
    pub etag: Option<String>,
    pub published: 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 activity this comment replied to.

Identifies this resource as a comment. Value: "plus#comment".

People who +1'd this comment.

The object of this comment.

The time at which this comment was last updated. Formatted as an RFC 3339 timestamp.

The person who posted this comment.

This comment's verb, indicating what action was performed. Possible values are:

  • "post" - Publish content to the stream.

ETag of this response for caching purposes.

The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.

The ID of this comment.

Link to this comment resource.

Trait Implementations

impl Default for Comment
[src]

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

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Comment
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Comment
[src]

impl Resource for Comment
[src]

impl ResponseResult for Comment
[src]

Auto Trait Implementations

impl Send for Comment

impl Sync for Comment