Class: Google::Apis::TestingV1::AppBundle

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/google/apis/testing_v1/representations.rb

Overview

An Android App Bundle file format, containing a BundleConfig.pb file, a base module directory, zero or more dynamic feature module directories. See https:// developer.android.com/guide/app-bundle/build for guidance on building App Bundles.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppBundle

Returns a new instance of AppBundle.



712
713
714
# File 'generated/google/apis/testing_v1/classes.rb', line 712

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

Instance Attribute Details

#bundle_locationGoogle::Apis::TestingV1::FileReference

A reference to a file, used for user inputs. Corresponds to the JSON property bundleLocation



710
711
712
# File 'generated/google/apis/testing_v1/classes.rb', line 710

def bundle_location
  @bundle_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



717
718
719
# File 'generated/google/apis/testing_v1/classes.rb', line 717

def update!(**args)
  @bundle_location = args[:bundle_location] if args.key?(:bundle_location)
end