Struct google_clouduseraccountsvm_beta::Group [−][src]
pub struct Group { pub kind: Option<String>, pub name: Option<String>, pub members: Option<Vec<String>>, pub creation_timestamp: Option<String>, pub id: Option<String>, pub self_link: Option<String>, pub description: Option<String>, }
A Group resource.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- delete groups (none)
- remove member groups (none)
- get groups (response)
- add member groups (none)
- insert groups (request)
- list groups (none)
Fields
kind: Option<String>
[Output Only] Type of the resource. Always clouduseraccounts#group for groups.
name: Option<String>
Name of the resource; provided by the client when the resource is created.
members: Option<Vec<String>>
[Output Only] A list of URLs to User resources who belong to the group. Users may only be members of groups in the same project.
creation_timestamp: Option<String>
[Output Only] Creation timestamp in RFC3339 text format.
id: Option<String>
[Output Only] Unique identifier for the resource; defined by the server.
self_link: Option<String>
[Output Only] Server defined URL for the resource.
description: Option<String>
An optional textual description of the resource; provided by the client when the resource is created.
Trait Implementations
impl Default for Group
[src]
impl Default for Group
impl Clone for Group
[src]
impl Clone for Group
fn clone(&self) -> Group
[src]
fn clone(&self) -> Group
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for Group
[src]
impl Debug for Group
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl RequestValue for Group
[src]
impl RequestValue for Group
impl Resource for Group
[src]
impl Resource for Group
impl ResponseResult for Group
[src]
impl ResponseResult for Group