class Google::Apis::AndroidpublisherV3::SystemApksListResponse

Response to list previously created system APK variants.

def initialize(**args)

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

def update!(**args)

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