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

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