Class: Google::Apis::WebmastersV3::ListUrlCrawlErrorsSamplesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::WebmastersV3::ListUrlCrawlErrorsSamplesResponse
 
- 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
- 
  
    
      #url_crawl_error_sample  ⇒ Array<Google::Apis::WebmastersV3::UrlCrawlErrorsSample> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the sample URL and its crawl error. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListUrlCrawlErrorsSamplesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListUrlCrawlErrorsSamplesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_sample ⇒ Array<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 |