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 of application

Package name of application

Display name of application

Version name of application

List of Permissions for application

Trait Implementations

impl Default for MobileDeviceApplications
[src]

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

impl Clone for MobileDeviceApplications
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MobileDeviceApplications
[src]

Formats the value using the given formatter.

impl NestedType for MobileDeviceApplications
[src]

impl Part for MobileDeviceApplications
[src]