Storyteller Followable Category
data class StorytellerFollowableCategory(val id: String, val name: String, val displayTitle: String? = null, val externalId: String? = null, val type: String, val placement: StorytellerPlacement? = null, val thumbnailUrl: String? = null, val isFollowed: Boolean)
A category that can be displayed in a followable category management UI.
Properties
Link copied to clipboard
Display title for presentation in UI.
Link copied to clipboard
External identifier used by integrators and analytics.
Link copied to clipboard
Whether the current user follows this category.
Link copied to clipboard
Optional placement describing where this category appears.
Link copied to clipboard
Optional thumbnail image URL.