GetFlowCytometryAsCurator200ResponseValue
Properties
| Name |
Type |
Description |
Notes |
| value |
float |
|
[optional] |
Example
from odm_api.models.get_flow_cytometry_as_curator200_response_value import GetFlowCytometryAsCurator200ResponseValue
# TODO update the JSON string below
json = "{}"
# create an instance of GetFlowCytometryAsCurator200ResponseValue from a JSON string
get_flow_cytometry_as_curator200_response_value_instance = GetFlowCytometryAsCurator200ResponseValue.from_json(json)
# print the JSON string representation of the object
print(GetFlowCytometryAsCurator200ResponseValue.to_json())
# convert the object into a dict
get_flow_cytometry_as_curator200_response_value_dict = get_flow_cytometry_as_curator200_response_value_instance.to_dict()
# create an instance of GetFlowCytometryAsCurator200ResponseValue from a dict
get_flow_cytometry_as_curator200_response_value_from_dict = GetFlowCytometryAsCurator200ResponseValue.from_dict(get_flow_cytometry_as_curator200_response_value_dict)
[Back to Model list] [Back to API list] [Back to README]