Struct gsuite_api::types::MobileDevice
source · [−]pub struct MobileDevice {Show 40 fields
pub adb_status: bool,
pub applications: Vec<Applications>,
pub baseband_version: String,
pub bootloader_version: String,
pub brand: String,
pub build_number: String,
pub default_language: String,
pub developer_options_status: bool,
pub device_compromised_status: String,
pub device_id: String,
pub device_password_status: String,
pub email: Vec<String>,
pub encryption_status: String,
pub etag: String,
pub first_sync: Option<DateTime<Utc>>,
pub hardware: String,
pub hardware_id: String,
pub imei: String,
pub kernel_version: String,
pub kind: String,
pub last_sync: Option<DateTime<Utc>>,
pub managed_account_is_on_owner_profile: bool,
pub manufacturer: String,
pub meid: String,
pub model: String,
pub name: Vec<String>,
pub network_operator: String,
pub os: String,
pub other_accounts_info: Vec<String>,
pub privilege: String,
pub release_version: String,
pub resource_id: String,
pub security_patch_level: i64,
pub serial_number: String,
pub status: String,
pub supports_work_profile: bool,
pub type_: String,
pub unknown_sources_status: bool,
pub user_agent: String,
pub wifi_mac_address: String,
}Expand description
Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
Fields
adb_status: boolGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
applications: Vec<Applications>Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
baseband_version: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
bootloader_version: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
brand: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
build_number: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
default_language: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
developer_options_status: boolGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
device_compromised_status: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
device_id: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
device_password_status: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
email: Vec<String>Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
encryption_status: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
etag: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
first_sync: Option<DateTime<Utc>>Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
hardware: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
hardware_id: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
imei: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
kernel_version: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
kind: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
last_sync: Option<DateTime<Utc>>Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
managed_account_is_on_owner_profile: boolGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
manufacturer: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
meid: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
model: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
name: Vec<String>Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
network_operator: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
os: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
other_accounts_info: Vec<String>Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
privilege: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
release_version: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
resource_id: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
security_patch_level: i64Google Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
serial_number: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
status: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
supports_work_profile: boolGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
type_: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
unknown_sources_status: boolGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
user_agent: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
wifi_mac_address: StringGoogle Workspace Mobile Management includes Android, Google Sync, and iOS devices. For more information about common group mobile device API tasks, see the Developer’s Guide.
Trait Implementations
sourceimpl Clone for MobileDevice
impl Clone for MobileDevice
sourcefn clone(&self) -> MobileDevice
fn clone(&self) -> MobileDevice
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MobileDevice
impl Debug for MobileDevice
sourceimpl<'de> Deserialize<'de> for MobileDevice
impl<'de> Deserialize<'de> for MobileDevice
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl JsonSchema for MobileDevice
impl JsonSchema for MobileDevice
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
sourceimpl PartialEq<MobileDevice> for MobileDevice
impl PartialEq<MobileDevice> for MobileDevice
sourcefn eq(&self, other: &MobileDevice) -> bool
fn eq(&self, other: &MobileDevice) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MobileDevice) -> bool
fn ne(&self, other: &MobileDevice) -> bool
This method tests for !=.
sourceimpl Serialize for MobileDevice
impl Serialize for MobileDevice
impl StructuralPartialEq for MobileDevice
Auto Trait Implementations
impl RefUnwindSafe for MobileDevice
impl Send for MobileDevice
impl Sync for MobileDevice
impl Unpin for MobileDevice
impl UnwindSafe for MobileDevice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> FutureExt for T
impl<T> FutureExt for T
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more