# Dkube api server
#
# No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
#
# OpenAPI spec version: 2.2.1.11
#
# Generated by: https://github.com/swagger-api/swagger-codegen.git
#' ReleasedModels Class
#'
#'
#' @importFrom R6 R6Class
#' @importFrom jsonlite fromJSON toJSON
#' @export
ReleasedModels <- R6::R6Class(
'ReleasedModels',
public = list(
initialize = function(){
},
toJSON = function() {
ReleasedModelsObject <- list()
ReleasedModelsObject
},
fromJSON = function(ReleasedModelsJson) {
ReleasedModelsObject <- jsonlite::fromJSON(ReleasedModelsJson)
},
toJSONString = function() {
sprintf(
'{
}',
)
},
fromJSONString = function(ReleasedModelsJson) {
ReleasedModelsObject <- jsonlite::fromJSON(ReleasedModelsJson)
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.