Struct google_androidenterprise1::AppRestrictionsSchemaChangeEvent [] [src]

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

An event generated when a new app version is uploaded to Google Play and its app restrictions schema changed. To fetch the app restrictions schema for an app, use Products.getAppRestrictionsSchema 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") for which the app restriction schema changed. This field will always be present.

Trait Implementations

impl Default for AppRestrictionsSchemaChangeEvent
[src]

[src]

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

impl Clone for AppRestrictionsSchemaChangeEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AppRestrictionsSchemaChangeEvent
[src]

[src]

Formats the value using the given formatter.

impl Part for AppRestrictionsSchemaChangeEvent
[src]