Gallery Extended Location Args
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)