Class: Google::Apis::WebmastersV3::ListUrlCrawlErrorsSamplesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/webmasters_v3/classes.rb,
generated/google/apis/webmasters_v3/representations.rb,
generated/google/apis/webmasters_v3/representations.rb

Overview

List of crawl error samples.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListUrlCrawlErrorsSamplesResponse

Returns a new instance of ListUrlCrawlErrorsSamplesResponse.



404
405
406
# File 'generated/google/apis/webmasters_v3/classes.rb', line 404

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#url_crawl_error_sampleArray<Google::Apis::WebmastersV3::UrlCrawlErrorsSample>

Information about the sample URL and its crawl error. Corresponds to the JSON property urlCrawlErrorSample



402
403
404
# File 'generated/google/apis/webmasters_v3/classes.rb', line 402

def url_crawl_error_sample
  @url_crawl_error_sample
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



409
410
411
# 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