Sha256: 72d0fac4c422d217287c75938dbd573fb121577483c7670b90820b8ea80315e3

Contents?: true

Size: 791 Bytes

Versions: 21

Compression:

Stored size: 791 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] 
**mentioned_users** | [**Array<UserPreview>**](UserPreview.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

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


Version data entries

21 entries across 21 versions & 1 rubygems

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