Sha256: 96acc9bfb3529994e22ab074e5a008ecd9bb40c2a21263f22dc9ec05610c4643

Contents?: true

Size: 909 Bytes

Versions: 41

Compression:

Stored size: 909 Bytes

Contents

# Phrase::BitbucketSync

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**repository_name** | **String** |  | [optional] 
**last_export_to_bitbucket_at** | **DateTime** |  | [optional] 
**last_import_from_bitbucket_at** | **DateTime** |  | [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

41 entries across 41 versions & 1 rubygems

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