ParseData

data class ParseData(val feed: Feed?, val publication: Publication?, val type: Int)

Constructors

Link copied to clipboard
constructor(feed: Feed?, publication: Publication?, type: Int)

Properties

Link copied to clipboard
val feed: Feed?
Link copied to clipboard
Link copied to clipboard
val type: Int