InfoModule

data class InfoModule(val title: String?, val description: List<Paragraph>?, val verifiedFan: Boolean?, val expiry: String?, val verifiedFanLink: String?)

Represents an information module from Prismic in the Discovery API.

Holds title, description, and Verified Fan details.

Constructors

Link copied to clipboard
constructor(title: String?, description: List<Paragraph>?, verifiedFan: Boolean?, expiry: String?, verifiedFanLink: String?)

Properties

Link copied to clipboard

List of description paragraphs, if available.

Link copied to clipboard

The expiry date for the module, if available.

Link copied to clipboard

The module title, if available.

Link copied to clipboard

Indicates if Verified Fan is enabled, if available.

Link copied to clipboard

The Verified Fan link, if available.