google_api_webmaster v0.2.0 GoogleApi.Webmaster.V3.Model.UrlCrawlErrorCount View Source
An entry in a URL crawl errors time series.
Attributes
- count (String.t): The error count at the given timestamp. Defaults to:
null. - timestamp (DateTime.t): The date and time when the crawl attempt took place, in RFC 3339 format. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Webmaster.V3.Model.UrlCrawlErrorCount{
count: any(),
timestamp: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.