class Google::Apis::AndroidpublisherV3::SplitApkVariant

space. APKs from multiple variants are never combined on one device.
Variant is a group of APKs that covers a part of the device configuration

def initialize(**args)

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

def update!(**args)

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