GalleryExtendedLocationArgs

data class GalleryExtendedLocationArgs(val name: Output<String>? = null, val type: Output<Either<String, GalleryExtendedLocationType>>? = null) : ConvertibleToJava<GalleryExtendedLocationArgs>

The name of the extended location.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val type: Output<Either<String, GalleryExtendedLocationType>>? = null

It is type of the extended location.

Functions

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