View Source GoogleApi.AndroidManagement.V1.Model.MemoryEvent (google_api_android_management v0.48.2)

An event related to memory and storage measurements.To distinguish between new and old events, we recommend using the createTime field.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.MemoryEvent{
  byteCount: String.t() | nil,
  createTime: DateTime.t() | nil,
  eventType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.