tinker.types.AuditLogResponse
class tinker.types.AuditLogResponse(BaseModel)
Audit log response containing a list of entries.
Fields:
- entries (list[AuditLogEntry]) – List of audit log entries, sorted by timestamp.
Audit log response containing a list of entries.
Fields: