Class: Google::Apis::WebmastersV3::QueryUrlCrawlErrorsCountsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::WebmastersV3::QueryUrlCrawlErrorsCountsResponse
 
- 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
A time series of the number of URL crawl errors per error category and platform.
Instance Attribute Summary collapse
- 
  
    
      #count_per_types  ⇒ Array<Google::Apis::WebmastersV3::UrlCrawlErrorCountsPerType> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time series of the number of URL crawl errors per error category and platform. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ QueryUrlCrawlErrorsCountsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of QueryUrlCrawlErrorsCountsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ QueryUrlCrawlErrorsCountsResponse
Returns a new instance of QueryUrlCrawlErrorsCountsResponse
| 342 343 344 | # File 'generated/google/apis/webmasters_v3/classes.rb', line 342 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#count_per_types ⇒ Array<Google::Apis::WebmastersV3::UrlCrawlErrorCountsPerType>
The time series of the number of URL crawl errors per error category and
platform.
Corresponds to the JSON property countPerTypes
| 340 341 342 | # File 'generated/google/apis/webmasters_v3/classes.rb', line 340 def count_per_types @count_per_types end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 347 348 349 | # File 'generated/google/apis/webmasters_v3/classes.rb', line 347 def update!(**args) @count_per_types = args[:count_per_types] if args.key?(:count_per_types) end |