GalleryImage

data class GalleryImage(val url: String, val featured: Boolean, val title: String? = null, val description: String? = null, val created: String, val ordering: Int)

Constructors

Link copied to clipboard
constructor(url: String, featured: Boolean, title: String? = null, description: String? = null, created: String, ordering: Int)

Properties

Link copied to clipboard

The date and time the gallery image was created (string )

Link copied to clipboard
val description: String? = null

The description of the gallery image (nullable)

Link copied to clipboard

Whether the image is featured in the gallery

Link copied to clipboard

The order of the gallery image. Gallery images are sorted by this field and then alphabetically by title.

Link copied to clipboard
val title: String? = null

The title of the gallery image (nullable)

Link copied to clipboard
val url: String

The URL of the gallery image