Module invenio_rest_api_client.models.feature_identifier
Variables
T
Classes
FeatureIdentifier
class FeatureIdentifier(
id: str,
scheme: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
A geographic location identifier.
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| id | str | A globally unique identifier for the location. | None |
| scheme | Union[Unset, str] | The scheme 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
id
scheme
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]