Sha256: 900b40c9e7453d5b8d751dbaa88cb052ae9c72e3e3d4256a4fdc3d139061e422

Contents?: true

Size: 839 Bytes

Versions: 23

Compression:

Stored size: 839 Bytes

Contents

# Phrase::Screenshot

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**screenshot_url** | **String** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [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

23 entries across 23 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/Screenshot.md
phrase-2.20.0 docs/Screenshot.md
phrase-2.19.0 docs/Screenshot.md