Module invenio_rest_api_client.models.audit_log_entry_links
Variables
T
Classes
AuditLogEntryLinks
class AuditLogEntryLinks(
self_: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)
Links related to the log entry
Attributes
| Name | Type | Description | Default |
|---|---|---|---|
| self_ | Union[Unset, str] | Self link to the log entry Example: https://example.com/api/audit- logs/9913abd2-1a7c-42cb-a73e-e48a9e1bf4f2. |
None |
Static methods
from_dict
def from_dict(
src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T
Instance variables
additional_keys
additional_properties
self_
Methods
to_dict
def to_dict(
self
) -> dict[str, typing.Any]