Sha256: 900b40c9e7453d5b8d751dbaa88cb052ae9c72e3e3d4256a4fdc3d139061e422
Contents?: true
Size: 839 Bytes
Versions: 21
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
21 entries across 21 versions & 1 rubygems