GetExpressionAsCurator200ResponseFeature
Properties
| Name |
Type |
Description |
Notes |
|
|
|
|
Example
from odm_api.models.get_expression_as_curator200_response_feature import GetExpressionAsCurator200ResponseFeature
# TODO update the JSON string below
json = "{}"
# create an instance of GetExpressionAsCurator200ResponseFeature from a JSON string
get_expression_as_curator200_response_feature_instance = GetExpressionAsCurator200ResponseFeature.from_json(json)
# print the JSON string representation of the object
print(GetExpressionAsCurator200ResponseFeature.to_json())
# convert the object into a dict
get_expression_as_curator200_response_feature_dict = get_expression_as_curator200_response_feature_instance.to_dict()
# create an instance of GetExpressionAsCurator200ResponseFeature from a dict
get_expression_as_curator200_response_feature_from_dict = GetExpressionAsCurator200ResponseFeature.from_dict(get_expression_as_curator200_response_feature_dict)
[Back to Model list] [Back to API list] [Back to README]