class Google::Apis::AndroidpublisherV3::SystemApksListResponse

Response to list previously created system APK variants.

Attributes

variants[RW]

All system APK variants created. Corresponds to the JSON property `variants` @return [Array<Google::Apis::AndroidpublisherV3::Variant>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1814
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 1819
def update!(**args)
  @variants = args[:variants] if args.key?(:variants)
end