class Google::Apis::TestingV1::AppBundle

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.

Attributes

bundle_location[RW]

A reference to a file, used for user inputs. Corresponds to the JSON property `bundleLocation` @return [Google::Apis::TestingV1::FileReference]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/testing_v1/classes.rb, line 730
def update!(**args)
  @bundle_location = args[:bundle_location] if args.key?(:bundle_location)
end