Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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