core / org.rewedigital.dialog.model.google / GoogleImage
data class GoogleImage
Name | Summary |
---|---|
<init> | GoogleImage(url: String , accessibilityText: String , height: Int ? = null, width: Int ? = null) |
Name | Summary |
---|---|
accessibilityText | val accessibilityText: String |
height | val height: Int ? |
url | val url: String |
width | val width: Int ? |