Sha256: 6dc313d4c96de6861df14797d4327d2f4e6a25122b5916773b6965dd293d8e8e
Contents?: true
Size: 885 Bytes
Versions: 41
Compression:
Stored size: 885 Bytes
Contents
# Phrase::DistributionPreview ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **project** | [**ProjectShort**](ProjectShort.md) | | [optional] **platforms** | **Array<String>** | | [optional] **release_count** | **Integer** | | [optional] **created_at** | **DateTime** | | [optional] **deleted_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::DistributionPreview.new(id: null, name: null, project: null, platforms: null, release_count: null, created_at: null, deleted_at: null) ```
Version data entries
41 entries across 41 versions & 1 rubygems