Struct google_groupsmigration1::Groups[][src]

pub struct Groups {
    pub kind: Option<String>,
    pub response_code: Option<String>,
}

JSON response template for groups migration API.

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

The kind of insert resource this is.

The status of the insert request.

Trait Implementations

impl Default for Groups
[src]

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

impl Clone for Groups
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Groups
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Groups
[src]

Auto Trait Implementations

impl Send for Groups

impl Sync for Groups