GoogleCloudRecommendationengineV1beta1ImageArgs

data class GoogleCloudRecommendationengineV1beta1ImageArgs(val height: Output<Int>? = null, val uri: Output<String>, val width: Output<Int>? = null) : ConvertibleToJava<GoogleCloudRecommendationengineV1beta1ImageArgs>

Catalog item thumbnail/detail image.

Constructors

fun GoogleCloudRecommendationengineV1beta1ImageArgs(height: Output<Int>? = null, uri: Output<String>, width: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecommendationengineV1beta1ImageArgs

Properties

Link copied to clipboard
val height: Output<Int>? = null

Optional. Height of the image in number of pixels.

Link copied to clipboard
val uri: Output<String>

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

Link copied to clipboard
val width: Output<Int>? = null

Optional. Width of the image in number of pixels.