Module: ncbi.datasets.openapi.models.v1alpha1_assembly_match

Python API: ncbi.datasets.openapi.models.v1alpha1_assembly_match

Module: ncbi.datasets.openapi.models.v1alpha1_assembly_match

Python API: ncbi.datasets.openapi.models.v1alpha1_assembly_match
class ncbi.datasets.openapi.models.v1alpha1_assembly_match.V1alpha1AssemblyMatch(assembly=None, messages=None, local_vars_configuration=None)

Bases: object

openapi_types

The key is attribute name and the value is attribute type.

Type

dict

attribute_map

The key is attribute name and the value is json key in definition.

Type

dict

property assembly

Gets the assembly of this V1alpha1AssemblyMatch.

Returns

The assembly of this V1alpha1AssemblyMatch.

Return type

V1alpha1AssemblyDatasetDescriptor

attribute_map = {'assembly': 'assembly', 'messages': 'messages'}
property messages

Gets the messages of this V1alpha1AssemblyMatch.

Returns

The messages of this V1alpha1AssemblyMatch.

Return type

list[V1alpha1Message]

openapi_types = {'assembly': 'V1alpha1AssemblyDatasetDescriptor', 'messages': 'list[V1alpha1Message]'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

Generated April 23, 2021