Skip to main content

NewModuleManifest

Description: NewModuleManifest

Attributes

NameTypeDescription
module_nameStrictStr
module_versionStrictStr
module_typeModuleType
module_checksumStrictStr
internalStrictBool
operating_systemsList[StrictStr]
agent_versionStrictStr
authorsList[ModuleAuthorManifest]
functionsDict[str, List[NewFunctionManifest]]
module_display_nameOptional[StrictStr]
tool_display_nameOptional[StrictStr]
toolOptional[StrictStr]
tool_versionsOptional[List[StrictStr]]

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 NewModuleManifest from a JSON string
to_dictReturn the dictionary representation of the model using alias.
from_dictCreate an instance of NewModuleManifest from a dict