Module invenio_rest_api_client.models.funding
Variables
T
TYPE_CHECKING
Classes
Funding
class Funding(
funder: 'Funder',
award: invenio_rest_api_client.types.Unset | ForwardRef('Award') = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
Information about financial support (funding) for the resource being registered.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| funder | Funder | The organisation of the funding provider. | None |
| award | Union[Unset, Award] | The award (grant) sponsored by the funder. | None |
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
award
funder
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]