ApiOperationRequestQueryParameterExampleArgs

data class ApiOperationRequestQueryParameterExampleArgs(val description: Output<String>? = null, val externalValue: Output<String>? = null, val name: Output<String>, val summary: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ApiOperationRequestQueryParameterExampleArgs>

Constructors

constructor(description: Output<String>? = null, externalValue: Output<String>? = null, name: Output<String>, summary: Output<String>? = null, value: Output<String>? = null)

Properties

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

A long description for this example.

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

A URL that points to the literal example.

Link copied to clipboard
val name: Output<String>

The name of this example.

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

A short description for this example.

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

The example of the representation.

Functions

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