All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ecwid.apiclient.v3.dto.common.AsyncPictureData.kt Maven / Gradle / Ivy

package com.ecwid.apiclient.v3.dto.common

data class AsyncPictureData(
	val url: String = "",
	val width: Int = 0,
	val height: Int = 0,
	val alt: PictureAlt? = null
)

data class PictureAlt(
	val main: String? = null,
	val translated: Map? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy