---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.debug_files.v1.DebugFileAppScope"></a>DebugFileAppScope

| Field | Type | Description |
|---|---|---|
| platform | <span class="proto-type proto-type-enum">[<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">unary</i><i class="proto-type-dot">.</i><i class="proto-type-part">debug_files</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">DebugFilePlatform</i>](bitdrift_public_unary_debug_files_v1_DebugFilePlatform.md#bitdrift.public.unary.debug_files.v1.DebugFilePlatform){ title="bitdrift.public.unary.debug_files.v1.DebugFilePlatform"}</span> | The platform associated with the app build. |
| app_id | <span class="proto-type proto-type-primitive">string</span> | The application identifier associated with this app scope. |
| app_version | <span class="proto-type proto-type-primitive">string</span> | The application version associated with this app scope. |
| app_build_id | <span class="proto-type proto-type-primitive">string</span> | The application build identifier associated with this app scope. |

#### Example
```json
{
  "app_build_id": "456",
  "app_id": "com.example.app",
  "app_version": "1.2.3",
  "platform": "APPLE"
}
```

