Struct google_drive3::CommentQuotedFileContent[][src]

pub struct CommentQuotedFileContent {
    pub mime_type: Option<String>,
    pub value: Option<String>,
}

The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.

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

Fields

The MIME type of the quoted content.

The quoted content itself. This is interpreted as plain text if set through the API.

Trait Implementations

impl Default for CommentQuotedFileContent
[src]

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

impl Clone for CommentQuotedFileContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentQuotedFileContent
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentQuotedFileContent
[src]

impl Part for CommentQuotedFileContent
[src]

Auto Trait Implementations