Struct google_androidenterprise1::InstallFailureEvent [] [src]

pub struct InstallFailureEvent {
    pub failure_reason: Option<String>,
    pub user_id: Option<String>,
    pub device_id: Option<String>,
    pub failure_details: Option<String>,
    pub product_id: Option<String>,
}

An event generated when an app installation failed on a device

This type is not used in any activity, and only used as part of another schema.

Fields

The reason for the installation failure. This field will always be present.

The ID of the user. This field will always be present.

The Android ID of the device. This field will always be present.

Additional details on the failure if applicable.

The id of the product (e.g. "app:com.google.android.gm") for which the install failure event occured. This field will always be present.

Trait Implementations

impl Default for InstallFailureEvent
[src]

[src]

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

impl Clone for InstallFailureEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InstallFailureEvent
[src]

[src]

Formats the value using the given formatter.

impl Part for InstallFailureEvent
[src]