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.
PFGroupsListGroupBlocksRequest data model. Lists all entities blocked from joining a group. A list of blocked entities is returned.
Syntax
typedef struct PFGroupsListGroupBlocksRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
PFEntityKey const* group;
} PFGroupsListGroupBlocksRequest;
Members
customTags PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
customTagsCount uint32_t
Count of customTags
group PFEntityKey const*
The identifier of the group.
Requirements
Header: PFGroupsTypes.h