Sha256: 72388c3a46665af0b72a0e2995370b7843a478c898c1cc4c9b75fbcea3b40187

Contents?: true

Size: 1.3 KB

Versions: 41

Compression:

Stored size: 1.3 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** | **DateTime** |  | [optional] 
**last_imported_at** | **DateTime** |  | [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

41 entries across 41 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/GitlabSync.md
phrase-2.17.0 docs/GitlabSync.md
phrase-2.16.0 docs/GitlabSync.md
phrase-2.15.0 docs/GitlabSync.md
phrase-2.14.0 docs/GitlabSync.md
phrase-2.13.0 docs/GitlabSync.md
phrase-2.12.0 docs/GitlabSync.md
phrase-2.11.0 docs/GitlabSync.md
phrase-2.10.0 docs/GitlabSync.md
phrase-2.9.0 docs/GitlabSync.md
phrase-2.8.7 docs/GitlabSync.md
phrase-2.8.3 docs/GitlabSync.md
phrase-2.8.2 docs/GitlabSync.md
phrase-2.8.1 docs/GitlabSync.md
phrase-2.8.0 docs/GitlabSync.md
phrase-2.7.2 docs/GitlabSync.md
phrase-2.7.1 docs/GitlabSync.md
phrase-2.7.0 docs/GitlabSync.md
phrase-2.6.0 docs/GitlabSync.md
phrase-2.5.1 docs/GitlabSync.md