Struct google_admin1_directory::MobileDeviceApplications
[−]
[src]
pub struct MobileDeviceApplications {
pub version_code: Option<i32>,
pub package_name: Option<String>,
pub display_name: Option<String>,
pub version_name: Option<String>,
pub permission: Option<Vec<String>>,
}List of applications installed on Mobile Device
This type is not used in any activity, and only used as part of another schema.
Fields
version_code: Option<i32>
Version code of application
package_name: Option<String>
Package name of application
display_name: Option<String>
Display name of application
version_name: Option<String>
Version name of application
permission: Option<Vec<String>>
List of Permissions for application
Trait Implementations
impl Default for MobileDeviceApplications[src]
fn default() -> MobileDeviceApplications
Returns the "default value" for a type. Read more
impl Clone for MobileDeviceApplications[src]
fn clone(&self) -> MobileDeviceApplications
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