generated/google/apis/testing_v1/classes.rb in google-api-client-0.24.3 vs generated/google/apis/testing_v1/classes.rb in google-api-client-0.25.0
- old
+ new
@@ -311,10 +311,18 @@
# @OutputOnly
# Corresponds to the JSON property `id`
# @return [String]
attr_accessor :id
+ # True if and only if tests with this model are recorded by stitching
+ # together screenshots. See use_low_spec_video_recording in device config.
+ # @OutputOnly
+ # Corresponds to the JSON property `lowFpsVideoRecording`
+ # @return [Boolean]
+ attr_accessor :low_fps_video_recording
+ alias_method :low_fps_video_recording?, :low_fps_video_recording
+
# The manufacturer of this device.
# @OutputOnly
# Corresponds to the JSON property `manufacturer`
# @return [String]
attr_accessor :manufacturer
@@ -386,9 +394,10 @@
@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)
+ @low_fps_video_recording = args[:low_fps_video_recording] if args.key?(:low_fps_video_recording)
@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)
@screen_y = args[:screen_y] if args.key?(:screen_y)