Sha256: 59a8f21902b8135a9641a31066d797dc43a41631a9f054c246c4d4a9b98b3a0d

Contents?: true

Size: 657 Bytes

Versions: 35

Compression:

Stored size: 657 Bytes

Contents

# Phrase::GitlabSyncHistory

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **Integer** |  | [optional] 
**action** | **String** |  | [optional] 
**errors** | **Array<String>** |  | [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

35 entries across 35 versions & 1 rubygems

Version Path
phrase-2.12.0 docs/GitlabSyncHistory.md
phrase-2.11.0 docs/GitlabSyncHistory.md
phrase-2.10.0 docs/GitlabSyncHistory.md
phrase-2.9.0 docs/GitlabSyncHistory.md
phrase-2.8.7 docs/GitlabSyncHistory.md
phrase-2.8.3 docs/GitlabSyncHistory.md
phrase-2.8.2 docs/GitlabSyncHistory.md
phrase-2.8.1 docs/GitlabSyncHistory.md
phrase-2.8.0 docs/GitlabSyncHistory.md
phrase-2.7.2 docs/GitlabSyncHistory.md
phrase-2.7.1 docs/GitlabSyncHistory.md
phrase-2.7.0 docs/GitlabSyncHistory.md
phrase-2.6.0 docs/GitlabSyncHistory.md
phrase-2.5.1 docs/GitlabSyncHistory.md
phrase-2.5.0 docs/GitlabSyncHistory.md
phrase-2.4.0 docs/GitlabSyncHistory.md
phrase-2.3.1 docs/GitlabSyncHistory.md
phrase-2.3.0 docs/GitlabSyncHistory.md
phrase-2.2.0 docs/GitlabSyncHistory.md
phrase-2.1.0 docs/GitlabSyncHistory.md