Module: ncbi.datasets.openapi.models.v1alpha1_assembly_metadata

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

Module: ncbi.datasets.openapi.models.v1alpha1_assembly_metadata

Python API: ncbi.datasets.openapi.models.v1alpha1_assembly_metadata
class ncbi.datasets.openapi.models.v1alpha1_assembly_metadata.V1alpha1AssemblyMetadata(assemblies=None, messages=None, next_page_token=None, total_count=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 assemblies

Gets the assemblies of this V1alpha1AssemblyMetadata.

Returns

The assemblies of this V1alpha1AssemblyMetadata.

Return type

list[V1alpha1AssemblyMatch]

attribute_map = {'assemblies': 'assemblies', 'messages': 'messages', 'next_page_token': 'next_page_token', 'total_count': 'total_count'}
property messages

Gets the messages of this V1alpha1AssemblyMetadata.

Returns

The messages of this V1alpha1AssemblyMetadata.

Return type

list[V1alpha1Message]

property next_page_token

Gets the next_page_token of this V1alpha1AssemblyMetadata.

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns

The next_page_token of this V1alpha1AssemblyMetadata.

Return type

str

openapi_types = {'assemblies': 'list[V1alpha1AssemblyMatch]', 'messages': 'list[V1alpha1Message]', 'next_page_token': 'str', 'total_count': 'int'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property total_count

Gets the total_count of this V1alpha1AssemblyMetadata.

The total count of available datasets (ignoring the cutoff parameter). Only provided for the first page of results (when page_token is empty in the request).

Returns

The total_count of this V1alpha1AssemblyMetadata.

Return type

int

Generated April 23, 2021