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).
- insert archive (response)
Fields
kind: Option<String>
The kind of insert resource this is.
response_code: Option<String>
The status of the insert request.
Trait Implementations
impl Debug for Groups[src]
impl Clone for Groups[src]
fn clone(&self) -> Groups
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more