V2AssemblyLinksReply

March 26, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
assembly_linksList[V2AssemblyLinksReplyAssemblyLink][optional]

Example

from ncbi.datasets.openapi.models.v2_assembly_links_reply import V2AssemblyLinksReply

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

# convert the object into a dict
v2_assembly_links_reply_dict = v2_assembly_links_reply_instance.to_dict()
# create an instance of V2AssemblyLinksReply from a dict
v2_assembly_links_reply_from_dict = V2AssemblyLinksReply.from_dict(v2_assembly_links_reply_dict)

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