GetProjectKeysResult

data class GetProjectKeysResult(val workspaceId: String, val workspaceKey: String)

ID and Key for Migration Project.

Constructors

Link copied to clipboard
constructor(workspaceId: String, workspaceKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of Migration Project.

Link copied to clipboard

Key of Migration Project.