Struct google_drive2::FileIndexableText[][src]

pub struct FileIndexableText {
    pub text: Option<String>,
}

Indexable text attributes for the file (can only be written)

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

Fields

The text to be indexed for this file.

Trait Implementations

impl Default for FileIndexableText
[src]

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

impl Clone for FileIndexableText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileIndexableText
[src]

Formats the value using the given formatter. Read more

impl NestedType for FileIndexableText
[src]

impl Part for FileIndexableText
[src]

Auto Trait Implementations