ApiMetadata

data class ApiMetadata(val serviceId: String, val version: String)

API metadata

Constructors

Link copied to clipboard
constructor(serviceId: String, version: String)

Properties

Link copied to clipboard

The service ID (sdkId) in use (e.g. "Api Gateway")

Link copied to clipboard

The version of the client (note this may be the same as SdkMetadata.version for SDK's that don't independently version clients from one another.

Functions

Link copied to clipboard
open override fun toString(): String