mgnipy.emgapi_v2_client.models.m_gnify_publication module# class mgnipy.emgapi_v2_client.models.m_gnify_publication.MGnifyPublication(title, metadata, pubmed_id=<mgnipy.emgapi_v2_client.types.Unset object>, published_year=<mgnipy.emgapi_v2_client.types.Unset object>)[source]# Bases: object Parameters: title (str ) metadata (MGnifyPublicationMetadata) pubmed_id (int | Unset) published_year (int | None | Unset) title# Type: str metadata# Type: MGnifyPublicationMetadata pubmed_id# Type: int | Unset published_year# Type: int | None | Unset property additional_keys: list [str ]# additional_properties: dict [str , Any]# classmethod from_dict(src_dict)[source]# Parameters: src_dict (Mapping [str , Any ]) Return type: T metadata: MGnifyPublicationMetadata# published_year: int | None | Unset# pubmed_id: int | Unset# title: str # to_dict()[source]# Return type: dict [str , Any ]