Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFProfilesEntityDataObject data model. An entity object and its associated meta data.
Syntax
typedef struct PFProfilesEntityDataObject {
PFJsonObject dataObject;
const char* escapedDataObject;
const char* objectName;
} PFProfilesEntityDataObject;
Members
dataObject PFJsonObject
(Optional) Un-escaped JSON object, if DataAsObject is true.
escapedDataObject const char*
is null-terminated
(Optional) Escaped string JSON body of the object, if DataAsObject is default or false.
objectName const char*
is null-terminated
(Optional) Name of this object.
Requirements
Header: PFProfilesTypes.h