SpringCloudGatewayApiMetadata

data class SpringCloudGatewayApiMetadata(val description: String? = null, val documentationUrl: String? = null, val serverUrl: String? = null, val title: String? = null, val version: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Detailed description of the APIs available on the Gateway instance.

Link copied to clipboard

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

Link copied to clipboard
val serverUrl: String? = null

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

Link copied to clipboard
val title: String? = null

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

Link copied to clipboard
val version: String? = null

Specifies the version of APIs available on this Gateway instance.