class ModelGroupLoad(indicoClient: IndicoKtorClient) : Mutation<
Load model group information.
| |
|---|
| ModelGroupLoad | constructor(indicoClient: IndicoKtorClient) |
| Name | Summary |
|---|
| execute | open override fun execute(): String?Executes request and returns load status |
| modelGroup | fun modelGroup(modelGroup: ModelGroup): ModelGroupLoadAdd model group to load |
| modelId | fun modelId(modelId: Int): ModelGroupLoadAdd model id of the model to fetch |