GoogleApi.SearchConsole.V1.Model.WmxSitemapContent (google_api_search_console v0.16.0) View Source

Information about the various content types in the sitemap.

Attributes

  • indexed (type: String.t, default: nil) - Deprecated; do not use.
  • submitted (type: String.t, default: nil) - The number of URLs in the sitemap (of the content type).
  • type (type: String.t, default: nil) - The specific type of content in this sitemap. For example: web.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SearchConsole.V1.Model.WmxSitemapContent{
  indexed: String.t() | nil,
  submitted: String.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.