| 659 | } |
| 660 | |
| 661 | type getAllFilesRequest struct { |
| 662 | GraphUUID string `json:"GraphUUID"` |
| 663 | } |
| 664 | type getAllFilesResponse struct { |
| 665 | Objects []getAllFilesResponseObject `json:"Objects"` |
| 666 | NextContinuationToken string `json:"NextContinuationToken"` |
nothing calls this directly
no outgoing calls
no test coverage detected