GetApiVersionSetResult

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

Api Version Set Contract details.

Constructors

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

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

Name of API Version Set

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type for API Management resource.

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.