Discovery Image Metadata
constructor(url: String?, width: Int?, height: Int?, ratio: String?, fallback: Boolean?, domainList: List<String>?)
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.