Module model
Amber API Server
Boon Logic Amber API server
OpenAPI spec version: 2.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
Classes
class Model (id=None, label=None, created=None, modified=None)
-
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
Model - a model defined in Swagger
Subclasses
Instance variables
var created
-
Gets the created of this Model.
Model creation time in ISO format.
:return: The created of this Model. :rtype: str
var id
-
Gets the id of this Model.
Unique identifier for model.
:return: The id of this Model. :rtype: str
var label
-
Gets the label of this Model.
Free-form label for this model.
:return: The label of this Model. :rtype: str
var modified
-
Gets the modified of this Model.
Last time model was updated, in ISO format.
:return: The modified of this Model. :rtype: str
Methods
def to_dict(self)
-
Returns the model properties as a dict
def to_str(self)
-
Returns the string representation of the model