Struct google_plus1::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
content: Option<String>
The HTML-formatted content, suitable for display.
object_type: Option<String>
The object type of this comment. Possible values are: - "comment" - A comment in reply to an activity.
original_content: Option<String>
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 Debug for CommentObject[src]
impl Clone for CommentObject[src]
fn clone(&self) -> CommentObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for CommentObject[src]
fn default() -> CommentObject
Returns the "default value" for a type. Read more