Struct google_androidmanagement1::ApplicationEvent[][src]

pub struct ApplicationEvent {
    pub event_type: Option<String>,
    pub create_time: Option<String>,
}

An app-related event.

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

Fields

App event type.

The creation time of the event.

Trait Implementations

impl Default for ApplicationEvent
[src]

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

impl Clone for ApplicationEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApplicationEvent
[src]

Formats the value using the given formatter. Read more

impl Part for ApplicationEvent
[src]

Auto Trait Implementations