Struct google_plusdomains1::CommentObject[][src]

pub struct CommentObject {
    pub content: Option<String>,
    pub object_type: Option<String>,
    pub original_content: Option<String>,
}

The object of this comment.

This type is not used in any activity, and only used as part of another schema.

Fields

The HTML-formatted content, suitable for display.

The object type of this comment. Possible values are:

  • "comment" - A comment in reply to an activity.

The content (text) as provided by the author, stored without any HTML formatting. When creating or updating a comment, this value must be supplied as plain text in the request.

Trait Implementations

impl Default for CommentObject
[src]

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

impl Clone for CommentObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentObject
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentObject
[src]

impl Part for CommentObject
[src]

Auto Trait Implementations