Sha256: 7a745d3e4f820d2e6e165aaa925efd5b8cd2a10b879ad9b997d33993e46516f8

Contents?: true

Size: 758 Bytes

Versions: 21

Compression:

Stored size: 758 Bytes

Contents

# Phrase::CommentReaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**emoji** | **String** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 
**comment** | [**Comment**](Comment.md) |  | [optional] 
**user** | [**UserPreview**](UserPreview.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::CommentReaction.new(id: null,
                                 emoji: null,
                                 created_at: null,
                                 updated_at: null,
                                 comment: null,
                                 user: null)
```


Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/CommentReaction.md
phrase-3.7.0 docs/CommentReaction.md
phrase-3.6.0 docs/CommentReaction.md
phrase-3.5.0 docs/CommentReaction.md
phrase-3.4.0 docs/CommentReaction.md
phrase-3.3.0 docs/CommentReaction.md
phrase-3.2.1 docs/CommentReaction.md
phrase-3.2.0 docs/CommentReaction.md
phrase-3.1.1 docs/CommentReaction.md
phrase-3.1.0 docs/CommentReaction.md
phrase-3.0.0 docs/CommentReaction.md
phrase-2.26.0 docs/CommentReaction.md
phrase-2.25.0 docs/CommentReaction.md
phrase-2.24.0 docs/CommentReaction.md
phrase-2.23.0 docs/CommentReaction.md
phrase-2.22.2 docs/CommentReaction.md
phrase-2.22.1 docs/CommentReaction.md
phrase-2.22.0 docs/CommentReaction.md
phrase-2.21.0 docs/CommentReaction.md
phrase-2.20.0 docs/CommentReaction.md