google_api_webmaster v0.2.0 GoogleApi.Webmaster.V3.Model.WmxSitemap View Source
Contains detailed information about a specific URL submitted as a sitemap.
Attributes
- contents ([WmxSitemapContent]): The various content types in the sitemap. Defaults to:
null. - errors (String.t): 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.t): Date & time in which this sitemap was last downloaded. Date format is in RFC 3339 format (yyyy-mm-dd). Defaults to:
null. - lastSubmitted (DateTime.t): Date & time in which this sitemap was submitted. Date format is in RFC 3339 format (yyyy-mm-dd). Defaults to:
null. - path (String.t): The url of the sitemap. Defaults to:
null. - type (String.t): The type of the sitemap. For example: rssFeed. Defaults to:
null. - warnings (String.t): Number of warnings for the sitemap. These are generally non-critical issues with URLs in the sitemaps. 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.WmxSitemap{
contents: [GoogleApi.Webmaster.V3.Model.WmxSitemapContent.t()],
errors: any(),
isPending: any(),
isSitemapsIndex: any(),
lastDownloaded: DateTime.t(),
lastSubmitted: DateTime.t(),
path: any(),
type: any(),
warnings: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.