Modifica

Condividi tramite


PFGroupsListGroupBlocksRequest

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

See also

PFGroupsTypes members