View Source GoogleApi.AndroidPublisher.V3.Model.DeviceRam (google_api_android_publisher v0.34.1)

Conditions about a device's RAM capabilities.

Attributes

  • maxBytes (type: String.t, default: nil) - Maximum RAM in bytes (bound excluded).
  • minBytes (type: String.t, default: nil) - Minimum RAM in bytes (bound included).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceRam{
  maxBytes: String.t() | nil,
  minBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.