Sha256: 9fcbe26ef9cd796575b773834051d555ee211380a2ee2b7bd00858b3df2437f3

Contents?: true

Size: 1.29 KB

Versions: 21

Compression:

Stored size: 1.29 KB

Contents

# Phrase::GitlabSync

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**project_id** | **String** |  | [optional] 
**gitlab_project_id** | **Integer** |  | [optional] 
**gitlab_branch_name** | **String** |  | [optional] 
**auto_import** | **Boolean** |  | [optional] 
**auto_import_secret** | **String** |  | [optional] 
**auto_import_url** | **String** |  | [optional] 
**self_hosted_api_url** | **String** |  | [optional] 
**last_exported_at** | **Time** |  | [optional] 
**last_imported_at** | **Time** |  | [optional] 
**last_status** | **String** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::GitlabSync.new(id: null,
                                 project_id: null,
                                 gitlab_project_id: null,
                                 gitlab_branch_name: null,
                                 auto_import: null,
                                 auto_import_secret: null,
                                 auto_import_url: null,
                                 self_hosted_api_url: null,
                                 last_exported_at: null,
                                 last_imported_at: null,
                                 last_status: null)
```


Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/GitlabSync.md
phrase-3.7.0 docs/GitlabSync.md
phrase-3.6.0 docs/GitlabSync.md
phrase-3.5.0 docs/GitlabSync.md
phrase-3.4.0 docs/GitlabSync.md
phrase-3.3.0 docs/GitlabSync.md
phrase-3.2.1 docs/GitlabSync.md
phrase-3.2.0 docs/GitlabSync.md
phrase-3.1.1 docs/GitlabSync.md
phrase-3.1.0 docs/GitlabSync.md
phrase-3.0.0 docs/GitlabSync.md
phrase-2.26.0 docs/GitlabSync.md
phrase-2.25.0 docs/GitlabSync.md
phrase-2.24.0 docs/GitlabSync.md
phrase-2.23.0 docs/GitlabSync.md
phrase-2.22.2 docs/GitlabSync.md
phrase-2.22.1 docs/GitlabSync.md
phrase-2.22.0 docs/GitlabSync.md
phrase-2.21.0 docs/GitlabSync.md
phrase-2.20.0 docs/GitlabSync.md