Discovery Image Metadata
data class DiscoveryImageMetadata(val url: String?, val width: Int?, val height: Int?, val ratio: String?, val fallback: Boolean?, val domainList: List<String>?) : Parcelable
Represents metadata for an image associated with an event or attraction.
Parameters
url
The URL of the image, or null if not set.
width
The width of the image in pixels, or null if not set.
height
The height of the image in pixels, or null if not set.
ratio
The aspect ratio of the image, or null if not set.
fallback
Whether the image is a fallback, or null if not set.
domain List
List of domains for the image, or null if not set.