GetActorFeedsResponse

data class GetActorFeedsResponse(val cursor: String? = null, val feeds: ReadOnlyList<GeneratorView>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, feeds: ReadOnlyList<GeneratorView>)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard