Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1012 Bytes

CommonResponseObjDebugPayload.md

File metadata and controls

14 lines (10 loc) · 1012 Bytes

CommonResponseObjDebugPayload

Properties

Name Type Description Notes
iVersionMin NSNumber* The minimum version of the function that can be called
iVersionMax NSNumber* The maximum version of the function that can be called
aRequiredPermission NSArray<NSNumber>** 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 NSNumber* Wheter the current route is deprecated or not
dtResponseDate NSString* 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]