Query Parameter Type Args
data class QueryParameterTypeArgs(val arrayType: Output<QueryParameterTypeArgs>? = null, val structTypes: Output<List<QueryParameterTypeStructTypesItemArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<QueryParameterTypeArgs>
Constructors
Link copied to clipboard
constructor(arrayType: Output<QueryParameterTypeArgs>? = null, structTypes: Output<List<QueryParameterTypeStructTypesItemArgs>>? = null, type: Output<String>? = null)