Skip to content

Module invenio_rest_api_client.models.audit_log_entry_resource

Variables

T

Classes

AuditLogEntryResource

class AuditLogEntryResource(
    type_: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
    id: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

Resource affected by the action

Attributes

Name Type Description Default
type_ Union[Unset, str] Type of the resource Example: record. None
id Union[Unset, str] ID of the resource Example: 5anb0-85626. None

Static methods

from_dict

def from_dict(
    src_dict: collections.abc.Mapping[str, typing.Any]
) -> ~T

Instance variables

additional_keys
additional_properties
id
type_

Methods

to_dict

def to_dict(
    self
) -> dict[str, typing.Any]