google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.MemoryEvent View Source
An event related to memory and storage measurements.
Attributes
- byteCount (String.t): The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium. Defaults to:
null
. - createTime (DateTime.t): The creation time of the event. Defaults to:
null
. eventType (String.t): Event type. Defaults to:
null
.- Enum - one of [MEMORY_EVENT_TYPE_UNSPECIFIED, RAM_MEASURED, INTERNAL_STORAGE_MEASURED, EXTERNAL_STORAGE_DETECTED, EXTERNAL_STORAGE_REMOVED, EXTERNAL_STORAGE_MEASURED]
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() :: %GoogleApi.AndroidManagement.V1.Model.MemoryEvent{ byteCount: any(), createTime: DateTime.t(), eventType: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.