GalleryImageFeatureArgs

data class GalleryImageFeatureArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<GalleryImageFeatureArgs>

A feature for gallery image.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the gallery image feature.

Link copied to clipboard
val value: Output<String>? = null

The value of the gallery image feature.

Functions

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