class Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock

Attributes

header[RW]

Heading to be displayed with the list of URLs. Corresponds to the JSON property `header` @return [Google::Apis::PagespeedonlineV2::FormatString]

urls[RW]

List of entries that provide information about URLs in the url block. Optional. Corresponds to the JSON property `urls` @return [Array<Google::Apis::PagespeedonlineV2::Result::FormattedResults::RuleResult::UrlBlock::Url>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/pagespeedonline_v2/classes.rb, line 432
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 437
def update!(**args)
  @header = args[:header] if args.key?(:header)
  @urls = args[:urls] if args.key?(:urls)
end