Employee Properties Args
data class EmployeePropertiesArgs(val age: Output<Int>? = null, val city: Output<String>? = null, val profile: Output<String>? = null) : ConvertibleToJava<EmployeePropertiesArgs>
Employee properties
Employee properties