OBJECT
1type InstanceAuditLogEntryList implements Page {23records: [InstanceAuditLogEntry!]! 45count: Int 67offset: Int! 89limit: Int! 1011toDateTime: DateTime 1213fromDateTime: DateTime 1415}