class Google::Apis::AndroidpublisherV3::SystemOnChip

target S+ devices.
Representation of a System-on-Chip (SoC) of an Android device. Can be used to

def initialize(**args)

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

def update!(**args)

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