Hierarchy

  • SdkData

Properties

name?: string

The name of the SDK. e.g. "node-server-sdk"

userAgentBase?: string

If this is a top-level (not a wrapper) SDK this will be used to create the user agent string. It will take the form 'userAgentBase/version`.

version?: string

The version of the SDK.

wrapperName?: string

Name of the wrapper SDK if present.

wrapperVersion?: string

Version of the wrapper if present.

Generated using TypeDoc