> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGroupsCreateGroupResponse

> PFGroupsCreateGroupResponse 데이터 모델입니다.

PFGroupsCreateGroupResponse 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFGroupsCreateGroupResponse {  
    const char* adminRoleId;  
    time_t created;  
    PFEntityKey const* group;  
    const char* groupName;  
    const char* memberRoleId;  
    int32_t profileVersion;  
    PFStringDictionaryEntry const* roles;  
    uint32_t rolesCount;  
} PFGroupsCreateGroupResponse;  
```

### 멤버

**`adminRoleId`**   const char\*<br />*is null-terminated*

(선택 사항) 그룹의 관리자 역할 ID입니다.

**`created`**   time\_t

그룹이 만들어진 서버의 날짜 및 시간입니다.

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

그룹의 식별자입니다.

**`groupName`**   const char\*<br />*is null-terminated*

(선택 사항) 그룹의 이름입니다.

**`memberRoleId`**   const char\*<br />*is null-terminated*

(선택 사항) 그룹의 기본 멤버 역할 ID입니다.

**`profileVersion`**   int32\_t

프로필의 현재 버전이며 업데이트 중 동시성 제어에 사용할 수 있습니다.

**`roles`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(선택 사항) 그룹에 속한 역할 및 이름의 목록입니다.

**`rolesCount`**   uint32\_t

roles의 개수입니다.

## 요구 사항

**헤더:** PFGroupsTypes.h

## 참고 항목

[PFGroupsTypes 멤버](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsCreateGroupGetResult](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupscreategroupgetresult.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsCreateGroupRoleResponse](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategrouproleresponse.md)
- [PFGroupsUpdateGroupResponse](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsupdategroupresponse.md)
- [PFGroupsGetGroupResponse](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgetgroupresponse.md)
