GetModelPlainArgs

data class GetModelPlainArgs(val apiId: String, val modelId: String) : ConvertibleToJava<GetModelPlainArgs>

Constructors

Link copied to clipboard
constructor(apiId: String, modelId: String)

Properties

Link copied to clipboard

The API identifier.

Link copied to clipboard

The model ID.

Functions

Link copied to clipboard
open override fun toJava(): GetModelPlainArgs