Sha256: 32a0db1fb84d4efc71068a58b876c9a9129f0390754e53b260d361b4cd119218

Contents?: true

Size: 703 Bytes

Versions: 6

Compression:

Stored size: 703 Bytes

Contents

# Phrase::GitlabSyncHistory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **String** |  | [optional] 
**action** | **String** |  | [optional] 
**errors** | [**Array<GitlabSyncHistoryErrors>**](GitlabSyncHistoryErrors.md) |  | [optional] 
**date** | **DateTime** |  | [optional] 
**details** | [**Object**](.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::GitlabSyncHistory.new(status: null,
                                 action: null,
                                 errors: null,
                                 date: null,
                                 details: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/GitlabSyncHistory.md
phrase-2.17.0 docs/GitlabSyncHistory.md
phrase-2.16.0 docs/GitlabSyncHistory.md
phrase-2.15.0 docs/GitlabSyncHistory.md
phrase-2.14.0 docs/GitlabSyncHistory.md
phrase-2.13.0 docs/GitlabSyncHistory.md