Skip to content

Module invenio_rest_api_client.models.audit_log_list

Variables

T
TYPE_CHECKING

Classes

AuditLogList

class AuditLogList(
    hits: invenio_rest_api_client.types.Unset | ForwardRef('AuditLogListHits') = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>,
    aggregations: invenio_rest_api_client.types.Unset | ForwardRef('AuditLogListAggregations') = <invenio_rest_api_client.types.Unset object at 0x7f5f74d96cf0>
)

Attributes:

hits (Union[Unset, AuditLogListHits]): aggregations (Union[Unset, AuditLogListAggregations]): Aggregation results (if any)

Static methods

from_dict

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

Instance variables

additional_keys
additional_properties
aggregations
hits

Methods

to_dict

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