Struct rusoto_workdocs::DocumentVersionMetadata [] [src]

pub struct DocumentVersionMetadata {
    pub content_created_timestamp: Option<f64>,
    pub content_modified_timestamp: Option<f64>,
    pub content_type: Option<String>,
    pub created_timestamp: Option<f64>,
    pub creator_id: Option<String>,
    pub id: Option<String>,
    pub modified_timestamp: Option<f64>,
    pub name: Option<String>,
    pub signature: Option<String>,
    pub size: Option<i64>,
    pub source: Option<HashMap<String, String>>,
    pub status: Option<String>,
    pub thumbnail: Option<HashMap<String, String>>,
}

Describes a version of a document.

Fields

The time stamp when the content of the document was originally created.

The time stamp when the content of the document was modified.

The content type of the document.

The time stamp when the document was first uploaded.

The ID of the creator.

The ID of the version.

The time stamp when the document was last uploaded.

The name of the version.

The signature of the document.

The size of the document, in bytes.

The source of the document.

The status of the document.

The thumbnail of the document.

Trait Implementations

impl Default for DocumentVersionMetadata
[src]

[src]

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

impl Debug for DocumentVersionMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for DocumentVersionMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more