Skip to content

Module invenio_rest_api_client.models.audit_log_entry_user

Variables

T

Classes

AuditLogEntryUser

class AuditLogEntryUser(
    id: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
    username: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
    email: invenio_rest_api_client.types.Unset | str = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

User who performed the action

Attributes

Name Type Description Default
id Union[Unset, str] User ID Example: 2. None
username Union[Unset, str] Username Example: user. None
email Union[Unset, str] User email address Example: user@demo.org. None

Static methods

from_dict

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

Instance variables

additional_keys
additional_properties
email
id
username

Methods

to_dict

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