| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| project | ProjectShort | [optional] | |
| platforms | Array<String> | [optional] | |
| locales | Array<LocalePreview> | [optional] | |
| releases | Array<ReleasePreview> | [optional] | |
| created_at | Time | [optional] | |
| deleted_at | Time | [optional] |
require 'Phrase'
instance = Phrase::Distribution.new(id: null,
name: null,
project: null,
platforms: null,
locales: null,
releases: null,
created_at: null,
deleted_at: null)