Struct rusoto_workdocs::DescribeCommentsResponse [] [src]

pub struct DescribeCommentsResponse {
    pub comments: Option<Vec<Comment>>,
    pub marker: Option<String>,
}

Fields

The list of comments for the specified document version.

The marker for the next set of results. This marker was received from a previous call.

Trait Implementations

impl Default for DescribeCommentsResponse
[src]

[src]

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

impl Debug for DescribeCommentsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeCommentsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more