Struct google_admin1_directory::OrgUnit[][src]

pub struct OrgUnit {
    pub kind: Option<String>,
    pub parent_org_unit_path: Option<String>,
    pub name: Option<String>,
    pub etag: Option<String>,
    pub org_unit_id: Option<String>,
    pub parent_org_unit_id: Option<String>,
    pub block_inheritance: Option<bool>,
    pub org_unit_path: Option<String>,
    pub description: Option<String>,
}

JSON template for Org Unit resource in Directory 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

Kind of resource this is.

Path of parent OrgUnit

Name of OrgUnit

ETag of the resource.

Id of OrgUnit

Id of parent OrgUnit

Should block inheritance

Path of OrgUnit

Description of OrgUnit

Trait Implementations

impl Default for OrgUnit
[src]

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

impl Clone for OrgUnit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrgUnit
[src]

Formats the value using the given formatter. Read more

impl RequestValue for OrgUnit
[src]

impl Resource for OrgUnit
[src]

impl ResponseResult for OrgUnit
[src]

Auto Trait Implementations

impl Send for OrgUnit

impl Sync for OrgUnit