Query Parameter Type Struct Types Item Args
data class QueryParameterTypeStructTypesItemArgs(val description: Output<String>? = null, val name: Output<String>? = null, val type: Output<QueryParameterTypeArgs>? = null) : ConvertibleToJava<QueryParameterTypeStructTypesItemArgs>
Constructors
Link copied to clipboard
fun QueryParameterTypeStructTypesItemArgs(description: Output<String>? = null, name: Output<String>? = null, type: Output<QueryParameterTypeArgs>? = null)