Struct google_clouduseraccountsvm_beta::LinuxGroupView [] [src]

pub struct LinuxGroupView {
    pub group_name: Option<String>,
    pub gid: Option<u32>,
    pub members: Option<Vec<String>>,
}

A detailed view of a Linux group.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output Only] Group name.

[Output Only] The Group ID.

[Output Only] List of user accounts that belong to the group.

Trait Implementations

impl Default for LinuxGroupView
[src]

[src]

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

impl Clone for LinuxGroupView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LinuxGroupView
[src]

[src]

Formats the value using the given formatter.

impl Part for LinuxGroupView
[src]