Struct google_clouduseraccountsvm_beta::api::Group[][src]

pub struct Group {
    pub creation_timestamp: Option<String>,
    pub description: Option<String>,
    pub id: Option<String>,
    pub kind: Option<String>,
    pub members: Option<Vec<String>>,
    pub name: Option<String>,
    pub self_link: 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).

Fields

creation_timestamp: Option<String>

[Output Only] Creation timestamp in RFC3339 text format.

description: Option<String>

An optional textual description of the resource; provided by the client when the resource is created.

id: Option<String>

[Output Only] Unique identifier for the resource; defined by the server.

kind: Option<String>

[Output Only] Type of the resource. Always clouduseraccounts#group for groups.

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.

name: Option<String>

Name of the resource; provided by the client when the resource is created.

self_link: Option<String>

[Output Only] Server defined URL for the resource.

Trait Implementations

impl Clone for Group[src]

impl Debug for Group[src]

impl Default for Group[src]

impl<'de> Deserialize<'de> for Group[src]

impl RequestValue for Group[src]

impl Resource for Group[src]

impl ResponseResult for Group[src]

impl Serialize for Group[src]

Auto Trait Implementations

impl RefUnwindSafe for Group

impl Send for Group

impl Sync for Group

impl Unpin for Group

impl UnwindSafe for Group

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.