google_api_webmaster v0.7.0 GoogleApi.Webmaster.V3.Model.WmxSitemap View Source
Contains detailed information about a specific URL submitted as a sitemap.
Attributes
contents
(type:list(GoogleApi.Webmaster.V3.Model.WmxSitemapContent.t)
, default:nil
) - The various content types in the sitemap.errors
(type:String.t
, default:nil
) - Number of errors in the sitemap. These are issues with the sitemap itself that need to be fixed before it can be processed correctly.isPending
(type:boolean()
, default:nil
) - If true, the sitemap has not been processed.isSitemapsIndex
(type:boolean()
, default:nil
) - If true, the sitemap is a collection of sitemaps.lastDownloaded
(type:DateTime.t
, default:nil
) - Date & time in which this sitemap was last downloaded. Date format is in RFC 3339 format (yyyy-mm-dd).lastSubmitted
(type:DateTime.t
, default:nil
) - Date & time in which this sitemap was submitted. Date format is in RFC 3339 format (yyyy-mm-dd).path
(type:String.t
, default:nil
) - The url of the sitemap.type
(type:String.t
, default:nil
) - The type of the sitemap. For example: rssFeed.warnings
(type:String.t
, default:nil
) - Number of warnings for the sitemap. These are generally non-critical issues with URLs in the sitemaps.
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 Sourcet() :: %GoogleApi.Webmaster.V3.Model.WmxSitemap{ contents: [GoogleApi.Webmaster.V3.Model.WmxSitemapContent.t()], errors: String.t(), isPending: boolean(), isSitemapsIndex: boolean(), lastDownloaded: DateTime.t(), lastSubmitted: DateTime.t(), path: String.t(), type: String.t(), warnings: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.