Sha256: 2ceb8a584c2a96276a883d1c6bbe97fddf3b4dfd7c44ec22f72e592a13d8b84a
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 KB
Contents
# Phrase::RepoSyncEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **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(id: null, event_type: null, created_at: null, status: null, pull_request_url: null, auto_import: null, errors: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems