Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.05 KB

CommonResponseObjDebugPayload.md

File metadata and controls

15 lines (11 loc) · 1.05 KB

eZmaxApi.Model.CommonResponseObjDebugPayload

This is a debug object containing debugging information on the actual function

Properties

Name Type Description Notes
IVersionMin int The minimum version of the function that can be called
IVersionMax int The maximum version of the function that can be called
ARequiredPermission List<int> An array of permissions required to access this function. If the value &quot;0&quot; is present in the array, anyone can call this function. You must have one of the permission to access the function. You don't need to have all of them.
BVersionDeprecated bool Wheter the current route is deprecated or not
DtResponseDate string Represent a Date Time. The timezone is the one configured in the User's profile.

[Back to Model list] [Back to API list] [Back to README]