Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.13 KB

File metadata and controls

32 lines (23 loc) · 1.13 KB

FunctionArithmTypeGeneral

Properties

Name Type Description Notes
id str [optional]
type str
content List[object]
options object [optional]

Example

from cm_python_openapi_sdk.models.function_arithm_type_general import FunctionArithmTypeGeneral

# TODO update the JSON string below
json = "{}"
# create an instance of FunctionArithmTypeGeneral from a JSON string
function_arithm_type_general_instance = FunctionArithmTypeGeneral.from_json(json)
# print the JSON string representation of the object
print(FunctionArithmTypeGeneral.to_json())

# convert the object into a dict
function_arithm_type_general_dict = function_arithm_type_general_instance.to_dict()
# create an instance of FunctionArithmTypeGeneral from a dict
function_arithm_type_general_from_dict = FunctionArithmTypeGeneral.from_dict(function_arithm_type_general_dict)

[Back to Model list] [Back to API list] [Back to README]