google_api_webmaster v0.2.0 GoogleApi.Webmaster.V3.Model.UrlCrawlErrorCountsPerType View Source

Number of errors per day for a specific error type (defined by platform and category).

Attributes

  • category (String.t): The crawl error type. Defaults to: null.
  • entries ([UrlCrawlErrorCount]): The error count entries time series. Defaults to: null.
  • platform (String.t): The general type of Googlebot that made the request (see list of Googlebot user-agents for the user-agents used). 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.UrlCrawlErrorCountsPerType{
  category: any(),
  entries: [GoogleApi.Webmaster.V3.Model.UrlCrawlErrorCount.t()],
  platform: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.