QueryParameterTypeStructTypesItemArgs

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
constructor(description: Output<String>? = null, name: Output<String>? = null, type: Output<QueryParameterTypeArgs>? = null)

Properties

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

Optional Human-oriented description of the field.

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

Optional The name of this field.

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

Required The type of this field.

Functions

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