class Google::Apis::AndroidpublisherV3::DeviceRam

Conditions about a device’s RAM capabilities.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @max_bytes = args[:max_bytes] if args.key?(:max_bytes)
  @min_bytes = args[:min_bytes] if args.key?(:min_bytes)
end