View Source GoogleApi.SearchConsole.V1.Model.WmxSitemap (google_api_search_console v0.19.0)
Contains detailed information about a specific URL submitted as a sitemap.
Attributes
-
contents(type:list(GoogleApi.SearchConsole.V1.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchConsole.V1.Model.WmxSitemap{ contents: [GoogleApi.SearchConsole.V1.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 }
Functions
Unwrap a decoded JSON object into its complex fields.