Skip to content

GetFlowCytometryAsCurator200ResponseFeature

Properties

Name Type Description Notes
readout_type str [optional]
cell_population str [optional]
marker str [optional]

Example

from odm_api.models.get_flow_cytometry_as_curator200_response_feature import GetFlowCytometryAsCurator200ResponseFeature

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

# convert the object into a dict
get_flow_cytometry_as_curator200_response_feature_dict = get_flow_cytometry_as_curator200_response_feature_instance.to_dict()
# create an instance of GetFlowCytometryAsCurator200ResponseFeature from a dict
get_flow_cytometry_as_curator200_response_feature_from_dict = GetFlowCytometryAsCurator200ResponseFeature.from_dict(get_flow_cytometry_as_curator200_response_feature_dict)
[Back to Model list] [Back to API list] [Back to README]