Struct rusoto_workdocs::GetDocumentVersionResponse [] [src]

pub struct GetDocumentVersionResponse {
    pub custom_metadata: Option<HashMap<String, String>>,
    pub metadata: Option<DocumentVersionMetadata>,
}

Fields

The custom metadata on the document version.

The version metadata.

Trait Implementations

impl Default for GetDocumentVersionResponse
[src]

[src]

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

impl Debug for GetDocumentVersionResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDocumentVersionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations