class Google::Apis::SearchconsoleV1::MobileFriendlyIssue
Mobile-friendly issue.
Attributes
rule[RW]
Rule violated. Corresponds to the JSON property `rule` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/searchconsole_v1/classes.rb, line 186 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/searchconsole_v1/classes.rb, line 191 def update!(**args) @rule = args[:rule] if args.key?(:rule) end