generated/google/apis/testing_v1/representations.rb in google-api-client-0.30.9 vs generated/google/apis/testing_v1/representations.rb in google-api-client-0.30.10

- old
+ new

@@ -718,9 +718,12 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :device_capabilities, as: 'deviceCapabilities' property :form_factor, as: 'formFactor' property :id, as: 'id' property :name, as: 'name' + property :screen_density, as: 'screenDensity' + property :screen_x, as: 'screenX' + property :screen_y, as: 'screenY' collection :supported_version_ids, as: 'supportedVersionIds' collection :tags, as: 'tags' end end