Client Library Settings Response
data class ClientLibrarySettingsResponse(val cppSettings: CppSettingsResponse, val dotnetSettings: DotnetSettingsResponse, val goSettings: GoSettingsResponse, val javaSettings: JavaSettingsResponse, val launchStage: String, val nodeSettings: NodeSettingsResponse, val phpSettings: PhpSettingsResponse, val pythonSettings: PythonSettingsResponse, val restNumericEnums: Boolean, val rubySettings: RubySettingsResponse, val version: String)
Details about how and where to publish client libraries.
Constructors
Link copied to clipboard
fun ClientLibrarySettingsResponse(cppSettings: CppSettingsResponse, dotnetSettings: DotnetSettingsResponse, goSettings: GoSettingsResponse, javaSettings: JavaSettingsResponse, launchStage: String, nodeSettings: NodeSettingsResponse, phpSettings: PhpSettingsResponse, pythonSettings: PythonSettingsResponse, restNumericEnums: Boolean, rubySettings: RubySettingsResponse, version: String)