Module invenio_rest_api_client.models.additional_title
Variables
T
TYPE_CHECKING
Classes
AdditionalTitle
class AdditionalTitle(
title: str,
type_: 'AdditionalTitleType',
lang: invenio_rest_api_client.types.Unset | ForwardRef('Lang') = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
Additional name or title by which a resource is known.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| title | str | The additional title. | None |
| type_ | AdditionalTitleType | The type of the title. | None |
| lang | Union[Unset, Lang] | The language of the associated item. | None |
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
lang
title
type_
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]