CategoryArgs

data class CategoryArgs(val feeds: Output<List<String>>, val urlCustom: Output<List<String>>) : ConvertibleToJava<CategoryArgs>

URL/EDL to match

Constructors

Link copied to clipboard
constructor(feeds: Output<List<String>>, urlCustom: Output<List<String>>)

Properties

Link copied to clipboard
val feeds: Output<List<String>>

feed list

Link copied to clipboard
val urlCustom: Output<List<String>>

custom URL

Functions

Link copied to clipboard
open override fun toJava(): CategoryArgs