Sha256: b6bdd5b2247a1a443f911db916cd9ea873933f515ed6585d6208816722efc25f

Contents?: true

Size: 847 Bytes

Versions: 41

Compression:

Stored size: 847 Bytes

Contents

# Phrase::Screenshot

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**screenshot_url** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**markers_count** | **Integer** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Screenshot.new(id: null,
                                 name: null,
                                 description: null,
                                 screenshot_url: null,
                                 created_at: null,
                                 updated_at: null,
                                 markers_count: null)
```


Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/Screenshot.md
phrase-2.4.0 docs/Screenshot.md
phrase-2.3.1 docs/Screenshot.md
phrase-2.3.0 docs/Screenshot.md
phrase-2.2.0 docs/Screenshot.md
phrase-2.1.0 docs/Screenshot.md
phrase-2.0.0 docs/Screenshot.md
phrase-1.0.14 docs/Screenshot.md
phrase-1.0.13 docs/Screenshot.md
phrase-1.0.12 docs/Screenshot.md
phrase-1.0.11 docs/Screenshot.md
phrase-1.0.10 docs/Screenshot.md
phrase-1.0.9 docs/Screenshot.md
phrase-1.0.8 docs/Screenshot.md
phrase-1.0.7 docs/Screenshot.md
phrase-1.0.6 docs/Screenshot.md
phrase-1.0.5 docs/Screenshot.md
phrase-1.0.4 docs/Screenshot.md
phrase-1.0.3 docs/Screenshot.md
phrase-1.0.2 docs/Screenshot.md