class Google::Apis::AndroidpublisherV3::Variant

SystemApksService.
APK that is suitable for inclusion in a system image. The resource of

def initialize(**args)

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

def update!(**args)

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