Channel
fun Channel( title: String = DefaultString, link: URL = URL("https://example.com"), description: String = DefaultString, categories: List<Category>? = null, cloud: Cloud? = null, copyright: String? = null, docs: String? = null, generator: String? = null, image: Image? = null, items: List<Item>? = null, language: String? = null, lastBuildDate: String? = null, managingEditor: String? = null, pubDate: String? = null, rating: String? = null, skipDays: SkipDays? = null, skipHours: SkipHours? = null, textInput: TextInput? = null, ttl: Int? = null, webMaster: String? = null)
Content copied to clipboard