ExtendedLocationArgs

data class ExtendedLocationArgs(val name: Output<String>? = null) : ConvertibleToJava<ExtendedLocationArgs>

Extended Location.

Constructors

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

Properties

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

Name of extended location.

Functions

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