Module invenio_rest_api_client.models.additional_description
Variables
T
TYPE_CHECKING
Classes
AdditionalDescription
class AdditionalDescription(
description: str,
type_: 'AdditionalDescriptionType',
lang: invenio_rest_api_client.types.Unset | ForwardRef('Lang') = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
Additional description in addition to the primary description (e.g. abstracts in other languages), methods or
further notes.
Attributes:
description (str): Free text.
type_ (AdditionalDescriptionType): The type of the description.
lang (Union[Unset, Lang]): The language of the associated item.
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
description
lang
type_
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]