SpringCloudGatewayApiMetadataArgs

data class SpringCloudGatewayApiMetadataArgs(val description: Output<String>? = null, val documentationUrl: Output<String>? = null, val serverUrl: Output<String>? = null, val title: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<SpringCloudGatewayApiMetadataArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, documentationUrl: Output<String>? = null, serverUrl: Output<String>? = null, title: Output<String>? = null, version: Output<String>? = null)

Properties

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

Detailed description of the APIs available on the Gateway instance.

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

Location of additional documentation for the APIs available on the Gateway instance.

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

Base URL that API consumers will use to access APIs on the Gateway instance.

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

Specifies the title describing the context of the APIs available on the Gateway instance.

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

Specifies the version of APIs available on this Gateway instance.

Functions

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