class Google::Apis::WebmastersV3::QueryUrlCrawlErrorsCountsResponse

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

Attributes

count_per_types[RW]

The time series of the number of URL crawl errors per error category and platform. Corresponds to the JSON property `countPerTypes` @return [Array<Google::Apis::WebmastersV3::UrlCrawlErrorCountsPerType>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/webmasters_v3/classes.rb, line 342
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 347
def update!(**args)
  @count_per_types = args[:count_per_types] if args.key?(:count_per_types)
end