Describe Feed Generator Response
data class DescribeFeedGeneratorResponse(val did: Did, val feeds: List<DescribeFeedGeneratorFeed>, val links: DescribeFeedGeneratorLinks? = null)
Constructors
Link copied to clipboard
constructor(did: Did, feeds: List<DescribeFeedGeneratorFeed>, links: DescribeFeedGeneratorLinks? = null)