Skip to content

Module invenio_rest_api_client.models.audit_log_list_hits

Variables

T
TYPE_CHECKING

Classes

AuditLogListHits

class AuditLogListHits(
    total: invenio_rest_api_client.types.Unset | int = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
    hits: invenio_rest_api_client.types.Unset | list['AuditLogEntry'] = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

Attributes:

total (Union[Unset, int]): Total number of log entries hits (Union[Unset, list['AuditLogEntry']]):

Static methods

from_dict

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

Instance variables

additional_keys
additional_properties
hits
total

Methods

to_dict

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