Sha256: cc6f933542a9fa95770731482d9ed15c3bbcfa1e5f116ab513a20495764b0689

Contents?: true

Size: 649 Bytes

Versions: 15

Compression:

Stored size: 649 Bytes

Contents

# Phrase::Comment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**message** | **String** |  | [optional] 
**user** | [**UserPreview**](UserPreview.md) |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Comment.new(id: null,
                                 message: null,
                                 user: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phrase-2.0.0 docs/Comment.md
phrase-1.0.14 docs/Comment.md
phrase-1.0.13 docs/Comment.md
phrase-1.0.12 docs/Comment.md
phrase-1.0.11 docs/Comment.md
phrase-1.0.10 docs/Comment.md
phrase-1.0.9 docs/Comment.md
phrase-1.0.8 docs/Comment.md
phrase-1.0.7 docs/Comment.md
phrase-1.0.6 docs/Comment.md
phrase-1.0.5 docs/Comment.md
phrase-1.0.4 docs/Comment.md
phrase-1.0.3 docs/Comment.md
phrase-1.0.2 docs/Comment.md
phrase-1.0.1 docs/Comment.md