Sitemap

@Serializable
data class Sitemap(var loc: String? = null, var lastmod: LocalDate? = null, var changefreq: Changefreq? = null, var priority: Double? = null)(source)

Represents sitemap metadata for a web page.

Constructors

Link copied to clipboard
constructor(loc: String? = null, lastmod: LocalDate? = null, changefreq: Changefreq? = null, priority: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var lastmod: LocalDate?
Link copied to clipboard
var loc: String?
Link copied to clipboard