ApiVersionSetContractDetailsResponse

data class ApiVersionSetContractDetailsResponse(val description: String? = null, val id: String? = null, val name: String? = null, val versionHeaderName: String? = null, val versionQueryName: String? = null, val versioningScheme: String? = null)

An API Version Set contains the common configuration for a set of API Versions relating

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, name: String? = null, versionHeaderName: String? = null, versionQueryName: String? = null, versioningScheme: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of API Version Set.

Link copied to clipboard
val id: String? = null

Identifier for existing API Version Set. Omit this value to create a new Version Set.

Link copied to clipboard
val name: String? = null

The display Name of the API Version Set.

Link copied to clipboard

Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header.

Link copied to clipboard

An value that determines where the API Version identifier will be located in a HTTP request.

Link copied to clipboard

Name of query parameter that indicates the API Version if versioningScheme is set to query.