Skip to main content
PFGroupsGroupWithRoles data model. Describes a group and the roles that it contains.

Syntax

Members

group   PFEntityKey const*
may be nullptr
(Optional) ID for the group. groupName   const char*
is null-terminated
(Optional) The name of the group. profileVersion   int32_t The current version of the profile, can be used for concurrency control during updates. roles   PFGroupsGroupRole const*
may be nullptr
(Optional) The list of roles within the group. rolesCount   uint32_t Count of roles

Requirements

Header: PFGroupsTypes.h

See also

PFGroupsTypes members
Last modified on August 1, 2026