GetModelsModel

data class GetModelsModel(val createTime: String, val description: String, val groupId: String, val id: String, val modelId: String, val modelName: String, val modelRef: String, val modifiedTime: String, val schema: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, groupId: String, id: String, modelId: String, modelName: String, modelRef: String, modifiedTime: String, schema: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the model.

Link copied to clipboard

The description of the model.

Link copied to clipboard

The ID of the api group.

Link copied to clipboard
val id: String

The ID of the Api Gateway Model.

Link copied to clipboard

The id of the model.

Link copied to clipboard

The name of the Model.

Link copied to clipboard

The reference of the model.

Link copied to clipboard

The modified time of the model.

Link copied to clipboard

The schema of the model.