Struct rusoto_workdocs::ResourceMetadata [] [src]

pub struct ResourceMetadata {
    pub id: Option<String>,
    pub name: Option<String>,
    pub original_name: Option<String>,
    pub owner: Option<UserMetadata>,
    pub parent_id: Option<String>,
    pub type_: Option<String>,
    pub version_id: Option<String>,
}

Describes the metadata of a resource.

Fields

The ID of the resource.

The name of the resource.

The original name of the resource prior to a rename operation.

The owner of the resource.

The parent ID of the resource before a rename operation.

The type of resource.

The version ID of the resource. This is an optional field and is filled for action on document version.

Trait Implementations

impl Default for ResourceMetadata
[src]

[src]

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

impl Debug for ResourceMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for ResourceMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more