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