Module invenio_rest_api_client.models.award
Variables
T
TYPE_CHECKING
Classes
Award
class Award(
id: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
title: invenio_rest_api_client.types.Unset | ForwardRef('AwardTitle') = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
number: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
identifiers: invenio_rest_api_client.types.Unset | list['AwardIdentifier'] = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
The award (grant) sponsored by the funder.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| id | Union[Unset, str] | The award id from the controlled vocabulary. | None |
| title | Union[Unset, AwardTitle] | The localized title of the award. | None |
| number | Union[Unset, str] | The code assigned by the funder to a sponsored award (grant). | None |
| identifiers | Union[Unset, list['AwardIdentifier']] | Identifiers for the award. | None |
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
id
identifiers
number
title
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]