Struct google_drive2::CommentContext[][src]

pub struct CommentContext {
    pub type_: Option<String>,
    pub value: Option<String>,
}

The context of the file which is being commented on.

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

Fields

The MIME type of the context snippet.

Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.

Trait Implementations

impl Default for CommentContext
[src]

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

impl Clone for CommentContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentContext
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentContext
[src]

impl Part for CommentContext
[src]

Auto Trait Implementations