generated/google/apis/searchconsole_v1/classes.rb in google-api-client-0.13.0 vs generated/google/apis/searchconsole_v1/classes.rb in google-api-client-0.13.1

- old
+ new

@@ -177,28 +177,28 @@ # Mobile-friendly test request. class RunMobileFriendlyTestRequest include Google::Apis::Core::Hashable - # URL for inspection. - # Corresponds to the JSON property `url` - # @return [String] - attr_accessor :url - # Whether or not screenshot is requested. Default is false. # Corresponds to the JSON property `requestScreenshot` # @return [Boolean] attr_accessor :request_screenshot alias_method :request_screenshot?, :request_screenshot + # URL for inspection. + # Corresponds to the JSON property `url` + # @return [String] + attr_accessor :url + def initialize(**args) update!(**args) end # Update properties of this object def update!(**args) - @url = args[:url] if args.key?(:url) @request_screenshot = args[:request_screenshot] if args.key?(:request_screenshot) + @url = args[:url] if args.key?(:url) end end end end end