type property

String? type
getter/setter pair

The type of the sitemap.

For example: rssFeed. Possible string values are:

  • "NOT_SITEMAP"
  • "URL_LIST"
  • "SITEMAP"
  • "RSS_FEED"
  • "ATOM_FEED"
  • "PATTERN_SITEMAP" : Unsupported sitemap types.
  • "OCEANFRONT"

Implementation

core.String? type;