Sha256: 8e70fc9cfaad85671605776272cb1dbea38399f50f7f8b66962c73058e265b24

Contents?: true

Size: 766 Bytes

Versions: 6

Compression:

Stored size: 766 Bytes

Contents

# Phrase::CommentReaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**emoji** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [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

6 entries across 6 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/CommentReaction.md
phrase-2.17.0 docs/CommentReaction.md
phrase-2.16.0 docs/CommentReaction.md
phrase-2.15.0 docs/CommentReaction.md
phrase-2.14.0 docs/CommentReaction.md
phrase-2.13.0 docs/CommentReaction.md