google_api_android_management v0.10.0 GoogleApi.AndroidManagement.V1.Model.MemoryEvent View Source
An event related to memory and storage measurements.
Attributes
byteCount
(type:String.t
, default:nil
) - The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.createTime
(type:DateTime.t
, default:nil
) - The creation time of the event.eventType
(type:String.t
, default:nil
) - Event type.
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.MemoryEvent{
byteCount: String.t(),
createTime: DateTime.t(),
eventType: String.t()
}
t() :: %GoogleApi.AndroidManagement.V1.Model.MemoryEvent{ byteCount: String.t(), createTime: DateTime.t(), eventType: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.