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