GoogleApi.Webmaster.V3.Model.WmxSitemap (google_api_webmaster v0.14.0) 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
Specs
t() :: %GoogleApi.Webmaster.V3.Model.WmxSitemap{
contents: [GoogleApi.Webmaster.V3.Model.WmxSitemapContent.t()] | nil,
errors: String.t() | nil,
isPending: boolean() | nil,
isSitemapsIndex: boolean() | nil,
lastDownloaded: DateTime.t() | nil,
lastSubmitted: DateTime.t() | nil,
path: String.t() | nil,
type: String.t() | nil,
warnings: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.