Sha256: 24ce7e76ce9d5ea6b496841b43fab6423518b8fd705b21a4a17bc80ae4ff1fbf

Contents?: true

Size: 933 Bytes

Versions: 13

Compression:

Stored size: 933 Bytes

Contents

# Phrase::Project

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**slug** | **String** |  | [optional] 
**main_format** | **String** |  | [optional] 
**project_image_url** | **String** |  | [optional] 
**account** | [**Account**](Account.md) |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Project.new(id: null,
                                 name: null,
                                 slug: null,
                                 main_format: null,
                                 project_image_url: null,
                                 account: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-2.0.0 docs/Project.md
phrase-1.0.14 docs/Project.md
phrase-1.0.13 docs/Project.md
phrase-1.0.12 docs/Project.md
phrase-1.0.11 docs/Project.md
phrase-1.0.10 docs/Project.md
phrase-1.0.9 docs/Project.md
phrase-1.0.8 docs/Project.md
phrase-1.0.7 docs/Project.md
phrase-1.0.6 docs/Project.md
phrase-1.0.5 docs/Project.md
phrase-1.0.4 docs/Project.md
phrase-1.0.3 docs/Project.md