SdkClientConfig

interface SdkClientConfig

Common configuration options for any generated SDK client

Types

Link copied to clipboard

Configurable properties that all client configuration exposes.

Properties

Link copied to clipboard
abstract val clientName: String

A reader-friendly name for the client.

Link copied to clipboard
abstract val logMode: LogMode

Configure events that will be logged. By default, clients will not output raw requests or responses. Use this setting to opt in to additional debug logging.