Struct google_admin1_directory::MobileDevice [] [src]

pub struct MobileDevice {
    pub kernel_version: Option<String>,
    pub last_sync: Option<String>,
    pub device_compromised_status: Option<String>,
    pub resource_id: Option<String>,
    pub meid: Option<String>,
    pub default_language: Option<String>,
    pub supports_work_profile: Option<bool>,
    pub build_number: Option<String>,
    pub applications: Option<Vec<MobileDeviceApplications>>,
    pub device_id: Option<String>,
    pub imei: Option<String>,
    pub user_agent: Option<String>,
    pub adb_status: Option<bool>,
    pub baseband_version: Option<String>,
    pub kind: Option<String>,
    pub developer_options_status: Option<bool>,
    pub name: Option<Vec<String>>,
    pub first_sync: Option<String>,
    pub other_accounts_info: Option<Vec<String>>,
    pub os: Option<String>,
    pub serial_number: Option<String>,
    pub hardware_id: Option<String>,
    pub network_operator: Option<String>,
    pub etag: Option<String>,
    pub status: Option<String>,
    pub unknown_sources_status: Option<bool>,
    pub managed_account_is_on_owner_profile: Option<bool>,
    pub model: Option<String>,
    pub type_: Option<String>,
    pub email: Option<Vec<String>>,
    pub wifi_mac_address: Option<String>,
}

JSON template for Mobile Device 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

Mobile Device Kernel version (Read-only)

Date and time the device was last synchronized with the policy settings in the Google Apps administrator control panel (Read-only)

Mobile Device compromised status (Read-only)

Unique identifier of Mobile Device (Read-only)

Mobile Device MEID number (Read-only)

The default locale used on the Mobile Device (Read-only)

Work profile supported on device (Read-only)

Mobile Device Build number (Read-only)

List of applications installed on Mobile Device

Mobile Device serial number (Read-only)

Mobile Device IMEI number (Read-only)

Mobile Device user agent

Adb (USB debugging) enabled or disabled on device (Read-only)

Mobile Device Baseband version (Read-only)

Kind of resource this is.

Developer options enabled or disabled on device (Read-only)

List of owner user's names (Read-only)

Date and time the device was first synchronized with the policy settings in the Google Apps administrator control panel (Read-only)

List of accounts added on device (Read-only)

Name of the mobile operating system

Mobile Device SSN or Serial Number (Read-only)

Mobile Device Hardware Id (Read-only)

Mobile Device mobile or network operator (if available) (Read-only)

ETag of the resource.

Status of the device (Read-only)

Unknown sources enabled or disabled on device (Read-only)

Boolean indicating if this account is on owner/primary profile or not (Read-only)

Name of the model of the device

The type of device (Read-only)

List of owner user's email addresses (Read-only)

Mobile Device WiFi MAC address (Read-only)

Trait Implementations

impl Debug for MobileDevice
[src]

Formats the value using the given formatter.

impl Clone for MobileDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MobileDevice
[src]

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

impl Resource for MobileDevice
[src]

impl ResponseResult for MobileDevice
[src]