DebugFileAppScope¶
Source definition: src/bitdrift/public/unary/debug_files/v1/debug_files.proto#L34-L55
| Field | Type | Description |
|---|---|---|
| platform | bitdrift.public.unary.debug_files.v1.DebugFilePlatform must be a defined enum value |
The platform associated with the app build. |
| app_id | string between 1 and 255 chars |
The application identifier associated with this app scope. |
| app_version | string between 1 and 255 chars |
The application version associated with this app scope. |
| app_build_id | string between 1 and 255 chars |
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"
}