GoogleCloudRecommendationengineV1beta1ImageResponse

data class GoogleCloudRecommendationengineV1beta1ImageResponse(val height: Int, val uri: String, val width: Int)

Catalog item thumbnail/detail image.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int

Optional. Height of the image in number of pixels.

Link copied to clipboard
val uri: String

URL of the image with a length limit of 5 KiB.

Link copied to clipboard
val width: Int

Optional. Width of the image in number of pixels.