Sha256: ecb4b376225e5a0fda2222ebbe3c36c194f67953d91f97ea84e7645930545d57
Contents?: true
Size: 901 Bytes
Versions: 21
Compression:
Stored size: 901 Bytes
Contents
# Phrase::BitbucketSync ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **repository_name** | **String** | | [optional] **last_export_to_bitbucket_at** | **Time** | | [optional] **last_import_from_bitbucket_at** | **Time** | | [optional] **valid_phraseapp_yaml** | **Boolean** | | [optional] **phraseapp_projects** | [**Array<ProjectShort>**](ProjectShort.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::BitbucketSync.new(id: null, repository_name: null, last_export_to_bitbucket_at: null, last_import_from_bitbucket_at: null, valid_phraseapp_yaml: null, phraseapp_projects: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems