StorytellerPlacement

data class StorytellerPlacement(val title: String, val code: String)

Placement metadata attached to a followable category.

Constructors

Link copied to clipboard
constructor(title: String, code: String)

Properties

Link copied to clipboard

Placement code.

Link copied to clipboard

Placement display title.