[][src]Struct graph_rs_types::entitytypes::ManagedDeviceMobileAppConfiguration

pub struct ManagedDeviceMobileAppConfiguration {
    pub targeted_mobile_apps: Vec<String>,
    pub created_date_time: String,
    pub description: String,
    pub last_modified_date_time: String,
    pub display_name: String,
    pub version: i32,
    pub assignments: Vec<ManagedDeviceMobileAppConfigurationAssignment>,
    pub device_statuses: Vec<ManagedDeviceMobileAppConfigurationDeviceStatus>,
    pub user_statuses: Vec<ManagedDeviceMobileAppConfigurationUserStatus>,
    pub device_status_summary: ManagedDeviceMobileAppConfigurationDeviceSummary,
    pub user_status_summary: ManagedDeviceMobileAppConfigurationUserSummary,
}

Fields

targeted_mobile_apps: Vec<String>created_date_time: Stringdescription: Stringlast_modified_date_time: Stringdisplay_name: Stringversion: i32assignments: Vec<ManagedDeviceMobileAppConfigurationAssignment>device_statuses: Vec<ManagedDeviceMobileAppConfigurationDeviceStatus>user_statuses: Vec<ManagedDeviceMobileAppConfigurationUserStatus>device_status_summary: ManagedDeviceMobileAppConfigurationDeviceSummaryuser_status_summary: ManagedDeviceMobileAppConfigurationUserSummary

Trait Implementations

impl Eq for ManagedDeviceMobileAppConfiguration[src]

impl Clone for ManagedDeviceMobileAppConfiguration[src]

impl PartialEq<ManagedDeviceMobileAppConfiguration> for ManagedDeviceMobileAppConfiguration[src]

impl Debug for ManagedDeviceMobileAppConfiguration[src]

impl Serialize for ManagedDeviceMobileAppConfiguration[src]

impl<'de> Deserialize<'de> for ManagedDeviceMobileAppConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]