Struct rusoto_workdocs::DescribeDocumentVersionsResponse [] [src]

pub struct DescribeDocumentVersionsResponse {
    pub document_versions: Option<Vec<DocumentVersionMetadata>>,
    pub marker: Option<String>,
}

Fields

The document versions.

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Trait Implementations

impl Default for DescribeDocumentVersionsResponse
[src]

[src]

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

impl Debug for DescribeDocumentVersionsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDocumentVersionsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more