OmicsResponseDataPresentationDataInner
Properties
Example
from odm_api.models.omics_response_data_presentation_data_inner import OmicsResponseDataPresentationDataInner
# TODO update the JSON string below
json = "{}"
# create an instance of OmicsResponseDataPresentationDataInner from a JSON string
omics_response_data_presentation_data_inner_instance = OmicsResponseDataPresentationDataInner.from_json(json)
# print the JSON string representation of the object
print(OmicsResponseDataPresentationDataInner.to_json())
# convert the object into a dict
omics_response_data_presentation_data_inner_dict = omics_response_data_presentation_data_inner_instance.to_dict()
# create an instance of OmicsResponseDataPresentationDataInner from a dict
omics_response_data_presentation_data_inner_from_dict = OmicsResponseDataPresentationDataInner.from_dict(omics_response_data_presentation_data_inner_dict)
[Back to Model list] [Back to API list] [Back to README]