Struct rusoto_workdocs::DescribeDocumentVersionsRequest [] [src]

pub struct DescribeDocumentVersionsRequest {
    pub authentication_token: Option<String>,
    pub document_id: String,
    pub fields: Option<String>,
    pub include: Option<String>,
    pub limit: Option<i64>,
    pub marker: Option<String>,
}

Fields

Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.

The ID of the document.

Specify "SOURCE" to include initialized versions and a URL for the source document.

A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.

The maximum number of versions to return with this call.

The marker for the next set of results. (You received this marker from a previous call.)

Trait Implementations

impl Default for DescribeDocumentVersionsRequest
[src]

[src]

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

impl Debug for DescribeDocumentVersionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDocumentVersionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more