class Google::Apis::WebmastersV3::UrlCrawlErrorCount
An entry in a URL crawl errors time series.
Attributes
count[RW]
The error count at the given timestamp. Corresponds to the JSON property `count` @return [String]
timestamp[RW]
The date and time when the crawl attempt took place, in RFC 3339 format. Corresponds to the JSON property `timestamp` @return [DateTime]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/webmasters_v3/classes.rb, line 287 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 292 def update!(**args) @count = args[:count] if args.key?(:count) @timestamp = args[:timestamp] if args.key?(:timestamp) end