class Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock::Url
Attributes
details[RW]
List of entries that provide additional details about a single URL. Optional. Corresponds to the JSON property `details` @return [Array<Google::Apis::PagespeedonlineV2::FormatString>]
result[RW]
A format string that gives information about the URL, and a list of arguments for that format string. Corresponds to the JSON property `result` @return [Google::Apis::PagespeedonlineV2::FormatString]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/pagespeedonline_v2/classes.rb, line 457 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/pagespeedonline_v2/classes.rb, line 462 def update!(**args) @details = args[:details] if args.key?(:details) @result = args[:result] if args.key?(:result) end