mgnipy.emgapi_v2_client.models.europe_pmc_annotation_group module#

class mgnipy.emgapi_v2_client.models.europe_pmc_annotation_group.EuropePmcAnnotationGroup(annotation_type, title, description, annotations)[source]#

Bases: object

Parameters:
annotation_type#

Type (i.e. the concept) of the annotation

Type:

str

title#

Explanatory version of the annotation type

Type:

str

description#

Detailed description of the annotation type

Type:

str

annotations#

List of annotations of the given type

Type:

list [EuropePmcAnnotation]

property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
annotation_type: str #
annotations: list [EuropePmcAnnotation]#
description: str #
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

title: str #
to_dict()[source]#
Return type:

dict [str , Any ]