google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.ApplicationEvent View Source
An app-related event.
Attributes
- createTime (DateTime.t): The creation time of the event. Defaults to:
null
. eventType (String.t): App event type. Defaults to:
null
.- Enum - one of [APPLICATION_EVENT_TYPE_UNSPECIFIED, INSTALLED, CHANGED, DATA_CLEARED, REMOVED, REPLACED, RESTARTED, PINNED, UNPINNED]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationEvent{
createTime: DateTime.t(),
eventType: any()
}
t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationEvent{ createTime: DateTime.t(), eventType: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.