OSMENG-992 - Implement create model activity
[osm/common.git] / osm_common / dataclasses / temporal_dataclasses.py
index 953c95f..a0e3d19 100644 (file)
@@ -365,9 +365,9 @@ class UpdateNsStateInput:
 
 
 @dataclass
-class CreateModelInput:
+class ModelInfo:
     """
-    Input dataclass for creating a Juju Model.
+    Contains the information related to a model.
 
     Attributes:
     -----------
@@ -376,7 +376,7 @@ class CreateModelInput:
         collection in Mongo.
 
     model_name : str
-        Name of the model to create in Juju.
+        Name of the Juju model used to deploy charms.
     """
 
     vim_uuid: str