Sha256: 2d8e27522dbc3d26b5ed7bc5b9720dfd7d5501039f5976faf14e9faa8b84a017

Contents?: true

Size: 885 Bytes

Versions: 17

Compression:

Stored size: 885 Bytes

Contents

# Phrase::JobComment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**message** | **String** |  | [optional] 
**job_id** | **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::JobComment.new(id: null,
                                 message: null,
                                 job_id: null,
                                 user: null,
                                 created_at: null,
                                 updated_at: null,
                                 mentioned_users: null)
```


Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/JobComment.md
phrase-2.17.0 docs/JobComment.md
phrase-2.16.0 docs/JobComment.md
phrase-2.15.0 docs/JobComment.md
phrase-2.14.0 docs/JobComment.md
phrase-2.13.0 docs/JobComment.md
phrase-2.12.0 docs/JobComment.md
phrase-2.11.0 docs/JobComment.md
phrase-2.10.0 docs/JobComment.md
phrase-2.9.0 docs/JobComment.md
phrase-2.8.7 docs/JobComment.md
phrase-2.8.3 docs/JobComment.md
phrase-2.8.2 docs/JobComment.md
phrase-2.8.1 docs/JobComment.md
phrase-2.8.0 docs/JobComment.md
phrase-2.7.2 docs/JobComment.md
phrase-2.7.1 docs/JobComment.md