Extended Location Property Args
data class ExtendedLocationPropertyArgs(val name: Output<String>, val type: Output<Either<String, ExtendedLocationType>>) : ConvertibleToJava<ExtendedLocationPropertyArgs>
ExtendedLocation properties
Constructors
Link copied to clipboard
fun ExtendedLocationPropertyArgs(name: Output<String>, type: Output<Either<String, ExtendedLocationType>>)