Module invenio_rest_api_client.models.funder
Variables
T
Classes
Funder
class Funder(
id: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
name: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
The organisation of the funding provider.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| id | Union[Unset, str] | The funder id from the controlled vocabulary. | None |
| name | Union[Unset, str] | The name of 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
id
name
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]