OBJECT

InstanceAuditLogEntryList

link GraphQL Schema definition

1type InstanceAuditLogEntryList implements Page {
2
3records: [InstanceAuditLogEntry!]!
4
5count: Int
6
7offset: Int!
8
9limit: Int!
10
11toDateTime: DateTime
12
13fromDateTime: DateTime
14
15}

link Required by

This element is not required by anyone