View Source GoogleApi.AndroidManagement.V1.Model.ApplicationEvent (google_api_android_management v0.57.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationEvent{ createTime: DateTime.t() | nil, eventType: String.t() | nil }