Extended Location Options Args
    data class ExtendedLocationOptionsArgs(val supportedPolicy: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ExtendedLocationOptionsArgs> 
Constructors
Link copied to clipboard
                fun ExtendedLocationOptionsArgs(supportedPolicy: Output<String>? = null, type: Output<String>? = null)