class Google::Apis::AndroidpublisherV3::Variant

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

Attributes

device_spec[RW]

The device spec used to generate a system APK. Corresponds to the JSON property `deviceSpec` @return [Google::Apis::AndroidpublisherV3::DeviceSpec]

variant_id[RW]

Output only. The ID of a previously created system APK variant. Corresponds to the JSON property `variantId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 2154
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 2159
def update!(**args)
  @device_spec = args[:device_spec] if args.key?(:device_spec)
  @variant_id = args[:variant_id] if args.key?(:variant_id)
end