Skip to main content

ModuleVersion

Description: ModuleVersion

Attributes

NameTypeDescription
idStrictStr
createddatetime.datetime
module_versionStrictStr
check_sumStrictStr
agent_versionStrictStr
module_idStrictStr
statusModuleVersionStatus
module_display_nameOptional[StrictStr]
tool_display_nameOptional[StrictStr]
tool_versionsOptional[List[StrictStr]]
operating_systemsOptional[List[StrictStr]]
authorsOptional[List[ModuleAuthor]]
functionsOptional[Dict[str, List[Function]]]

Methods

NameDescription
to_strReturns the string representation of the model using alias
to_jsonReturns the JSON representation of the model using alias
from_jsonCreate an instance of ModuleVersion from a JSON string
to_dictReturn the dictionary representation of the model using alias.
from_dictCreate an instance of ModuleVersion from a dict