GetSdkRequest

Request a new generated client SDK for a RestApi and Stage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK. For sdkType of objectivec or swift, a parameter named classPrefix is required. For sdkType of android, parameters named groupId, artifactId, artifactVersion, and invokerPackage are required. For sdkType of java, parameters named serviceName and javaPackageName are required.

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

The language for the generated SDK. Currently java, javascript, android, objectivec (for iOS), swift (for iOS), and ruby are supported.

Link copied to clipboard

The name of the Stage that the SDK will use.

Functions

Link copied to clipboard
inline fun copy(block: GetSdkRequest.Builder.() -> Unit = {}): GetSdkRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String