---
search:
  exclude: true
---

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

**Source definition:** [`src/bitdrift/public/unary/debug_files/v1/debug_files.proto#L34-L55`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/debug_files/v1/debug_files.proto#L34-L55>)

<section class="proto-fields-table" markdown>
| 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")</span><br><em class="proto-field-annotation">must be a defined enum value</em> | The platform associated with the app build. |
| app_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The application identifier associated with this app scope. |
| app_version | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The application version associated with this app scope. |
| app_build_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The application build identifier associated with this app scope. |

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

