Struct google_androidenterprise1::AppUpdateEvent [] [src]

pub struct AppUpdateEvent {
    pub product_id: Option<String>,
}

An event generated when a new version of an app is uploaded to Google Play. Notifications are sent for new public versions only: alpha, beta, or canary versions do not generate this event. To fetch up-to-date version history for an app, use Products.Get on the EMM API.

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

Fields

The id of the product (e.g. "app:com.google.android.gm") that was updated. This field will always be present.

Trait Implementations

impl Default for AppUpdateEvent
[src]

[src]

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

impl Clone for AppUpdateEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AppUpdateEvent
[src]

[src]

Formats the value using the given formatter.

impl Part for AppUpdateEvent
[src]