GoogleApi.AndroidManagement.V1.Model.ApplicationEvent (google_api_android_management v0.36.0) View Source
An app-related event.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - The creation time of the event. -
eventType
(type:String.t
, default:nil
) - App event type.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationEvent{ createTime: DateTime.t() | nil, eventType: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.