Struct google_androidenterprise1::ProductAvailabilityChangeEvent [] [src]

pub struct ProductAvailabilityChangeEvent {
    pub availability_status: Option<String>,
    pub product_id: Option<String>,
}

An event generated whenever a product's availability changes.

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

Fields

The new state of the product. This field will always be present.

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

Trait Implementations

impl Default for ProductAvailabilityChangeEvent
[src]

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

impl Clone for ProductAvailabilityChangeEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductAvailabilityChangeEvent
[src]

Formats the value using the given formatter.

impl Part for ProductAvailabilityChangeEvent
[src]