Skip to content
View as Markdown

DebugFileAppScope

Field Type Description
platform bitdrift.public.unary.debug_files.v1.DebugFilePlatform The platform associated with the app build.
app_id string The application identifier associated with this app scope.
app_version string The application version associated with this app scope.
app_build_id string 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"
}