ConnectionTypeFieldArgs

data class ConnectionTypeFieldArgs(val isEncrypted: Output<Boolean>? = null, val isOptional: Output<Boolean>? = null, val name: Output<String>, val type: Output<String>) : ConvertibleToJava<ConnectionTypeFieldArgs>

Constructors

Link copied to clipboard
constructor(isEncrypted: Output<Boolean>? = null, isOptional: Output<Boolean>? = null, name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val isEncrypted: Output<Boolean>? = null

Whether to set the isEncrypted flag of the connection field definition.

Link copied to clipboard
val isOptional: Output<Boolean>? = null

Whether to set the isOptional flag of the connection field definition.

Link copied to clipboard
val name: Output<String>

The name which should be used for this connection field definition.

Link copied to clipboard
val type: Output<String>

The type of the connection field definition.

Functions

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