Struct rusoto_workdocs::GroupMetadata [] [src]

pub struct GroupMetadata {
    pub id: Option<String>,
    pub name: Option<String>,
}

Describes the metadata of a user group.

Fields

The ID of the user group.

The name of the group.

Trait Implementations

impl Default for GroupMetadata
[src]

[src]

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

impl Debug for GroupMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for GroupMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more