ListQnAMakerEndpointKeyResult

data class ListQnAMakerEndpointKeyResult(val installedVersion: String? = null, val lastStableVersion: String? = null, val primaryEndpointKey: String? = null, val secondaryEndpointKey: String? = null)

Schema for EndpointKeys generate/refresh operations.

Constructors

Link copied to clipboard
constructor(installedVersion: String? = null, lastStableVersion: String? = null, primaryEndpointKey: String? = null, secondaryEndpointKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current version of runtime.

Link copied to clipboard

Latest version of runtime.

Link copied to clipboard

Primary Access Key.

Link copied to clipboard

Secondary Access Key.