Sha256: 4f84b0783b987ea60dafcd2433a895c271a632fceb6df77c107124e8266aae67
Contents?: true
Size: 1020 Bytes
Versions: 5
Compression:
Stored size: 1020 Bytes
Contents
# Phrase::Comment ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **message** | **String** | | [optional] **has_replies** | **Boolean** | | [optional] **user** | [**UserPreview**](UserPreview.md) | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] **mentioned_users** | [**Array<UserPreview>**](UserPreview.md) | | [optional] **locales** | [**Array<LocalePreview>**](LocalePreview.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::Comment.new(id: null, message: null, has_replies: null, user: null, created_at: null, updated_at: null, mentioned_users: null, locales: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.18.0 | docs/Comment.md |
phrase-2.17.0 | docs/Comment.md |
phrase-2.16.0 | docs/Comment.md |
phrase-2.15.0 | docs/Comment.md |
phrase-2.14.0 | docs/Comment.md |