google_api_webmaster v0.0.1 GoogleApi.Webmaster.V3.Model.WmxSitemap View Source

Contains detailed information about a specific URL submitted as a sitemap.

Attributes

  • contents (List[WmxSitemapContent]): The various content types in the sitemap. Defaults to: null.
  • errors (String): Number of errors in the sitemap. These are issues with the sitemap itself that need to be fixed before it can be processed correctly. Defaults to: null.
  • isPending (Boolean): If true, the sitemap has not been processed. Defaults to: null.
  • isSitemapsIndex (Boolean): If true, the sitemap is a collection of sitemaps. Defaults to: null.
  • lastDownloaded (DateTime): Date & time in which this sitemap was last downloaded. Date format is in RFC 3339 format (yyyy-mm-dd). Defaults to: null.
  • lastSubmitted (DateTime): Date & time in which this sitemap was submitted. Date format is in RFC 3339 format (yyyy-mm-dd). Defaults to: null.
  • path (String): The url of the sitemap. Defaults to: null.
  • type (String): The type of the sitemap. For example: rssFeed. Defaults to: null.
  • warnings (String): Number of warnings for the sitemap. These are generally non-critical issues with URLs in the sitemaps. Defaults to: null.