Class: Google::Apis::WebmastersV3::QueryUrlCrawlErrorsCountsResponse

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

A time series of the number of URL crawl errors per error category and platform.

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) ⇒ 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_typesArray<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