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.0.0 docs/GitlabSyncHistory.md
phrase-1.0.14 docs/GitlabSyncHistory.md
phrase-1.0.13 docs/GitlabSyncHistory.md
phrase-1.0.12 docs/GitlabSyncHistory.md
phrase-1.0.11 docs/GitlabSyncHistory.md
phrase-1.0.10 docs/GitlabSyncHistory.md
phrase-1.0.9 docs/GitlabSyncHistory.md
phrase-1.0.8 docs/GitlabSyncHistory.md
phrase-1.0.7 docs/GitlabSyncHistory.md
phrase-1.0.6 docs/GitlabSyncHistory.md
phrase-1.0.5 docs/GitlabSyncHistory.md
phrase-1.0.4 docs/GitlabSyncHistory.md
phrase-1.0.3 docs/GitlabSyncHistory.md
phrase-1.0.2 docs/GitlabSyncHistory.md
phrase-1.0.1 docs/GitlabSyncHistory.md