Package ai.vectros.types
Interface AdminLogsResponse.TruncatedStage
- All Known Implementing Classes:
AdminLogsResponse.Builder
- Enclosing class:
AdminLogsResponse
public static interface AdminLogsResponse.TruncatedStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(AdminLogsResponse other) truncated(boolean truncated) True if more matching rows exist than the requested limit.
-
Method Details
-
truncated
True if more matching rows exist than the requested limit. When true, narrow the time window or add a filter (resource/method/keyId) to see older entries.
-
from
-