SiteInfo

@JsonClass(generateAdapter = true)
data class SiteInfo(val website_section: WebsiteSection?, val website_url: String?)

Constructors

Link copied to clipboard
fun SiteInfo(website_section: WebsiteSection?, website_url: String?)

Properties

Link copied to clipboard
val website_section: WebsiteSection?
Link copied to clipboard
val website_url: String?