QueryParameterTypeArgs

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
fun QueryParameterTypeArgs(arrayType: Output<QueryParameterTypeArgs>? = null, structTypes: Output<List<QueryParameterTypeStructTypesItemArgs>>? = null, type: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): QueryParameterTypeArgs

Properties

Link copied to clipboard
val arrayType: Output<QueryParameterTypeArgs>? = null

Optional The type of the array's elements, if this is an array.

Link copied to clipboard

Optional The types of the fields of this struct, in order, if this is a struct.

Link copied to clipboard
val type: Output<String>? = null

Required The top level type of this field.