V2reportsSequenceTypeMaterial

July 11, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typestr[optional]
namestr[optional]

Example

from ncbi.datasets.openapi.models.v2reports_sequence_type_material import V2reportsSequenceTypeMaterial

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

# convert the object into a dict
v2reports_sequence_type_material_dict = v2reports_sequence_type_material_instance.to_dict()
# create an instance of V2reportsSequenceTypeMaterial from a dict
v2reports_sequence_type_material_from_dict = V2reportsSequenceTypeMaterial.from_dict(v2reports_sequence_type_material_dict)

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