Module invenio_rest_api_client.models.affiliation
Variables
T
Classes
Affiliation
class Affiliation(
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>
)
Affilations if person_or_org.type is personal.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| id | Union[Unset, str] | The organizational or institutional id from the controlled vocabulary. | None |
| name | Union[Unset, str] | The name of the organisation or institution. | 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]