@@ -19,6 +19,7 @@ type Request struct {
type Data struct {
HTTPAccessLogs []HTTPAccessLog `json:"httpAccessLogs"`
RequestID string `json:"requestId"`
+ HasMore bool `json:"hasMore"`
}
type HTTPAccessLog struct {