generated/google/apis/testing_v1/classes.rb in google-api-client-0.38.0 vs generated/google/apis/testing_v1/classes.rb in google-api-client-0.39.0
- old
+ new
@@ -1423,10 +1423,18 @@
# Output only. The bundle id for the application under test.
# Corresponds to the JSON property `appBundleId`
# @return [String]
attr_accessor :app_bundle_id
+ # The option to test special app entitlements. Setting this would re-sign the
+ # app having special entitlements with an explicit application-identifier.
+ # Currently supports testing aps-environment entitlement.
+ # Corresponds to the JSON property `testSpecialEntitlements`
+ # @return [Boolean]
+ attr_accessor :test_special_entitlements
+ alias_method :test_special_entitlements?, :test_special_entitlements
+
# A reference to a file, used for user inputs.
# Corresponds to the JSON property `testsZip`
# @return [Google::Apis::TestingV1::FileReference]
attr_accessor :tests_zip
@@ -1447,9 +1455,10 @@
end
# Update properties of this object
def update!(**args)
@app_bundle_id = args[:app_bundle_id] if args.key?(:app_bundle_id)
+ @test_special_entitlements = args[:test_special_entitlements] if args.key?(:test_special_entitlements)
@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