ImageProviderInfo

@Serializable
data class ImageProviderInfo(val name: String, val supportedImages: List<ImageType>)

Class ImageProviderInfo.

Constructors

Link copied to clipboard
constructor(name: String, supportedImages: List<ImageType>)

Properties

Link copied to clipboard
@SerialName(value = "Name")
val name: String

The name.

Link copied to clipboard
@SerialName(value = "SupportedImages")
val supportedImages: List<ImageType>

The supported image types.