generated/google/apis/testing_v1/classes.rb in google-api-client-0.23.5 vs generated/google/apis/testing_v1/classes.rb in google-api-client-0.23.6
- old
+ new
@@ -298,10 +298,16 @@
# @OutputOnly
# Corresponds to the JSON property `form`
# @return [String]
attr_accessor :form
+ # Whther this device is a phone, tablet, wearable, etc.
+ # @OutputOnly
+ # Corresponds to the JSON property `formFactor`
+ # @return [String]
+ attr_accessor :form_factor
+
# The unique opaque id for this model.
# Use this for invoking the TestExecutionService.
# @OutputOnly
# Corresponds to the JSON property `id`
# @return [String]
@@ -378,9 +384,10 @@
# Update properties of this object
def update!(**args)
@brand = args[:brand] if args.key?(:brand)
@codename = args[:codename] if args.key?(:codename)
@form = args[:form] if args.key?(:form)
+ @form_factor = args[:form_factor] if args.key?(:form_factor)
@id = args[:id] if args.key?(:id)
@manufacturer = args[:manufacturer] if args.key?(:manufacturer)
@name = args[:name] if args.key?(:name)
@screen_density = args[:screen_density] if args.key?(:screen_density)
@screen_x = args[:screen_x] if args.key?(:screen_x)