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.5.0 docs/GitlabSync.md
phrase-2.4.0 docs/GitlabSync.md
phrase-2.3.1 docs/GitlabSync.md
phrase-2.3.0 docs/GitlabSync.md
phrase-2.2.0 docs/GitlabSync.md
phrase-2.1.0 docs/GitlabSync.md
phrase-2.0.0 docs/GitlabSync.md
phrase-1.0.14 docs/GitlabSync.md
phrase-1.0.13 docs/GitlabSync.md
phrase-1.0.12 docs/GitlabSync.md
phrase-1.0.11 docs/GitlabSync.md
phrase-1.0.10 docs/GitlabSync.md
phrase-1.0.9 docs/GitlabSync.md
phrase-1.0.8 docs/GitlabSync.md
phrase-1.0.7 docs/GitlabSync.md
phrase-1.0.6 docs/GitlabSync.md
phrase-1.0.5 docs/GitlabSync.md
phrase-1.0.4 docs/GitlabSync.md
phrase-1.0.3 docs/GitlabSync.md
phrase-1.0.2 docs/GitlabSync.md