ApiVersionSetEntityBase interface
API Version set base parameters
Properties
description | Description of API Version Set. |
version |
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to |
version |
Name of query parameter that indicates the API Version if versioningScheme is set to |
Property Details
description
Description of API Version Set.
description?: string
Property Value
string
versionHeaderName
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header
.
versionHeaderName?: string
Property Value
string
versionQueryName
Name of query parameter that indicates the API Version if versioningScheme is set to query
.
versionQueryName?: string
Property Value
string