# Phrase::GithubSyncImportParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_id** | **String** | Project ID to specify the actual project the GitHub import should be triggered in. | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::GithubSyncImportParameters.new(project_id: abcd1234)
```