class Google::Apis::WebmastersV3::ListUrlCrawlErrorsSamplesResponse

List of crawl error samples.

Attributes

url_crawl_error_sample[RW]

Information about the sample URL and its crawl error. Corresponds to the JSON property `urlCrawlErrorSample` @return [Array<Google::Apis::WebmastersV3::UrlCrawlErrorsSample>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/webmasters_v3/classes.rb, line 404
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/webmasters_v3/classes.rb, line 409
def update!(**args)
  @url_crawl_error_sample = args[:url_crawl_error_sample] if args.key?(:url_crawl_error_sample)
end