generated/google/apis/testing_v1/classes.rb in google-api-client-0.27.1 vs generated/google/apis/testing_v1/classes.rb in google-api-client-0.27.2
- old
+ new
@@ -1347,10 +1347,15 @@
# the corresponding contents of the Build/Products directory that contains all
# the binaries needed to run the tests.
class IosXcTest
include Google::Apis::Core::Hashable
+ # Output only. The bundle id for the application under test.
+ # Corresponds to the JSON property `appBundleId`
+ # @return [String]
+ attr_accessor :app_bundle_id
+
# A reference to a file, used for user inputs.
# Corresponds to the JSON property `testsZip`
# @return [Google::Apis::TestingV1::FileReference]
attr_accessor :tests_zip
@@ -1370,9 +1375,10 @@
update!(**args)
end
# Update properties of this object
def update!(**args)
+ @app_bundle_id = args[:app_bundle_id] if args.key?(:app_bundle_id)
@tests_zip = args[:tests_zip] if args.key?(:tests_zip)
@xcode_version = args[:xcode_version] if args.key?(:xcode_version)
@xctestrun = args[:xctestrun] if args.key?(:xctestrun)
end
end