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

Information about device memory and storage.

Attributes

  • totalInternalStorage (type: String.t, default: nil) - Total internal storage on device in bytes.
  • totalRam (type: String.t, default: nil) - Total RAM on device in bytes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.MemoryInfo{
  totalInternalStorage: String.t() | nil,
  totalRam: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.