Skip to content

Module invenio_rest_api_client.models.award_identifier

Variables

T

Classes

AwardIdentifier

class AwardIdentifier(
    scheme: str,
    identifier: str
)

Identifier for the award.

Attributes

Name Type Description Default
scheme str The identifier scheme. None
identifier str Actual value of the identifier. None

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]