> ## 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.

# PFDataObjectResult

> PFDataObjectResult 데이터 모델.

PFDataObjectResult 데이터 모델.

## Syntax

```cpp theme={null}
typedef struct PFDataObjectResult {  
    PFJsonObject dataObject;  
    const char* escapedDataObject;  
    const char* objectName;  
} PFDataObjectResult;  
```

### Members

**`dataObject`**   [PFJsonObject](/services/playfab/api-references/c/pftypes/structs/pfjsonobject)

(선택 사항) EscapeObject가 false 또는 기본값인 경우, 이스케이프되지 않은 JSON 개체입니다.

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

(선택 사항) EscapeObject가 true인 경우, 개체의 이스케이프된 문자열 JSON 본문입니다.

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

(선택 사항) 개체의 이름입니다. a-Z, 0-9, '(', ')', '\_', '-' 및 '.'로 제한됩니다.

## Requirements

**Header:** PFDataTypes.h

## See also

[PFDataTypes members](/services/playfab/api-references/c/pfdatatypes/pfdatatypes_members)


## Related topics

- [PFDataObjectResultDictionaryEntry](/ko/services/playfab/api-references/c/pfdatatypes/structs/pfdataobjectresultdictionaryentry.md)
- [Services C API 개요 - PFDataTypes.h](/ko/services/playfab/api-references/c/pfdatatypes/pfdatatypes_members.md)
- [PFDataGetObjectsGetResult](/ko/services/playfab/api-references/c/pfdata/functions/pfdatagetobjectsgetresult.md)
- [PFDataSetObjectsGetResult](/ko/services/playfab/api-references/c/pfdata/functions/pfdatasetobjectsgetresult.md)
- [PFDataSetObjectsGetResultSize](/ko/services/playfab/api-references/c/pfdata/functions/pfdatasetobjectsgetresultsize.md)
