Skip to content

Module invenio_rest_api_client.models.alternate_identifier

Variables

T

Classes

AlternateIdentifier

class AlternateIdentifier(
    identifier: str,
    scheme: invenio_rest_api_client.models.identifier_scheme.IdentifierScheme
)

Persistent identifier for the resource other than the ones registered as system-managed internal or external

persistent identifiers.

Attributes:
    identifier (str): identifier value
    scheme (IdentifierScheme): The scheme of the identifier

Static methods

from_dict

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

Instance variables

additional_keys
additional_properties
identifier
scheme

Methods

to_dict

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