Springbootsites Model Extended Location Args
data class SpringbootsitesModelExtendedLocationArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<SpringbootsitesModelExtendedLocationArgs>
The extended location definition.
Constructors
Link copied to clipboard
fun SpringbootsitesModelExtendedLocationArgs(name: Output<String>? = null, type: Output<String>? = null)