Data Classes
Configuration
Kotlin Data Class
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Data Class
data class Configuration(val apiKey: ApiKey, val appIdentifier: () -> String?)
constructor(apiKey: ApiKey, appIdentifier: () -> String?)
| Property | Type | Description |
|---|---|---|
apiKey | ApiKey | - |
appIdentifier | () -> String? | - |
baseUrl | String | - |
Was this page helpful?
