generated/google/apis/testing_v1/classes.rb in google-api-client-0.37.2 vs generated/google/apis/testing_v1/classes.rb in google-api-client-0.37.3
- old
+ new
@@ -366,10 +366,15 @@
# Examples: "default", "preview", "deprecated".
# Corresponds to the JSON property `tags`
# @return [Array<String>]
attr_accessor :tags
+ # URL of a thumbnail image of the device.
+ # Corresponds to the JSON property `thumbnailUrl`
+ # @return [String]
+ attr_accessor :thumbnail_url
+
def initialize(**args)
update!(**args)
end
# Update properties of this object
@@ -386,10 +391,11 @@
@screen_x = args[:screen_x] if args.key?(:screen_x)
@screen_y = args[:screen_y] if args.key?(:screen_y)
@supported_abis = args[:supported_abis] if args.key?(:supported_abis)
@supported_version_ids = args[:supported_version_ids] if args.key?(:supported_version_ids)
@tags = args[:tags] if args.key?(:tags)
+ @thumbnail_url = args[:thumbnail_url] if args.key?(:thumbnail_url)
end
end
# A test of an android application that explores the application on a virtual
# or physical Android Device, finding culprits and crashes as it goes.
@@ -1201,10 +1207,10 @@
@ios_devices = args[:ios_devices] if args.key?(:ios_devices)
end
end
# A description of an iOS device tests may be run on.
- # Next tag: 11
+ # Next tag: 12
class IosModel
include Google::Apis::Core::Hashable
# Device capabilities.
# Copied from