Sha256: c319abe55fa296bc86cab9d10e577d9e9d9215ea3653e5322e81db67eec05288

Contents?: true

Size: 961 Bytes

Versions: 7

Compression:

Stored size: 961 Bytes

Contents

# Phrase::RepoSyncEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_type** | **String** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**status** | **String** |  | [optional] 
**pull_request_url** | **String** | URL of the pull request created on export | [optional] 
**auto_import** | **Boolean** | Whether the import was triggered by the repo push event | [optional] 
**errors** | [**Array<RepoSyncEventErrorsInner>**](RepoSyncEventErrorsInner.md) | List of error messages, in case of failure | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::RepoSyncEvent.new(event_type: null,
                                 created_at: null,
                                 status: null,
                                 pull_request_url: null,
                                 auto_import: null,
                                 errors: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phrase-3.2.1 docs/RepoSyncEvent.md
phrase-3.2.0 docs/RepoSyncEvent.md
phrase-3.1.1 docs/RepoSyncEvent.md
phrase-3.1.0 docs/RepoSyncEvent.md
phrase-3.0.0 docs/RepoSyncEvent.md
phrase-2.26.0 docs/RepoSyncEvent.md
phrase-2.25.0 docs/RepoSyncEvent.md