Skip to content

Module invenio_rest_api_client.models.lang

Variables

T

Classes

Lang

class Lang(
    id: str
)

The language of the associated item.

Attributes

Name Type Description Default
id str The ISO-639-3 language code. None

Static methods

from_dict

def from_dict(
    src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T

Instance variables

additional_keys
additional_properties
id

Methods

to_dict

def to_dict(
    self
) -> dict[str, typing.Any]