Properties:
Name | Type | Description |
---|---|---|
installationId |
String
|
If set, the installationId triggering the request. |
master |
Boolean
|
If true, means the master key was used. |
user |
Parse.User
|
If set, the user that made the request. |
query |
Parse.Query
|
The query triggering the hook. |
results |
Array.<Parse.Object>
|
The results the query yielded. |
ip |
String
|
The IP address of the client making the request. |
headers |
Object
|
The original HTTP headers for the request. |
triggerName |
String
|
The name of the trigger ( |
log |
Object
|
The current logger inside Parse Server. |