V2reportsBioSampleContact
March 26, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| lab | str | [optional] |
Example
from ncbi.datasets.openapi.models.v2reports_bio_sample_contact import V2reportsBioSampleContact
# TODO update the JSON string below
json = "{}"
# create an instance of V2reportsBioSampleContact from a JSON string
v2reports_bio_sample_contact_instance = V2reportsBioSampleContact.from_json(json)
# print the JSON string representation of the object
print(V2reportsBioSampleContact.to_json())
# convert the object into a dict
v2reports_bio_sample_contact_dict = v2reports_bio_sample_contact_instance.to_dict()
# create an instance of V2reportsBioSampleContact from a dict
v2reports_bio_sample_contact_from_dict = V2reportsBioSampleContact.from_dict(v2reports_bio_sample_contact_dict)