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.
PFProfilesGetEntityProfilesResponse data model.
Syntax
typedef struct PFProfilesGetEntityProfilesResponse {
PFProfilesEntityProfileBody const* profiles;
uint32_t profilesCount;
} PFProfilesGetEntityProfilesResponse;
Members
profiles PFProfilesEntityProfileBody const*
may be nullptr
(Optional) Entity profiles.
profilesCount uint32_t
Count of profiles
Requirements
Header: PFProfilesTypes.h