Sha256: 07dba8c9421d4f62759913eadb818d060d5ccfa5463d066681cdab1fa7259449

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

# Phrase::ProjectReport

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locales_count** | **Integer** |  | [optional] 
**keys_count** | **Integer** |  | [optional] 
**translations_count** | **Integer** |  | [optional] 
**untranslated_keys_count** | **Integer** |  | [optional] 
**unverified_translations_count** | **Integer** |  | [optional] 
**reviewed_translations_count** | **Integer** |  | [optional] 
**managed_words_count** | **Integer** |  | [optional] 
**project** | [**ProjectShort**](ProjectShort.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::ProjectReport.new(locales_count: null,
                                 keys_count: null,
                                 translations_count: null,
                                 untranslated_keys_count: null,
                                 unverified_translations_count: null,
                                 reviewed_translations_count: null,
                                 managed_words_count: null,
                                 project: null)
```


Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/ProjectReport.md
phrase-3.7.0 docs/ProjectReport.md
phrase-3.6.0 docs/ProjectReport.md
phrase-3.5.0 docs/ProjectReport.md
phrase-3.4.0 docs/ProjectReport.md
phrase-3.3.0 docs/ProjectReport.md
phrase-3.2.1 docs/ProjectReport.md
phrase-3.2.0 docs/ProjectReport.md
phrase-3.1.1 docs/ProjectReport.md
phrase-3.1.0 docs/ProjectReport.md
phrase-3.0.0 docs/ProjectReport.md
phrase-2.26.0 docs/ProjectReport.md
phrase-2.25.0 docs/ProjectReport.md
phrase-2.24.0 docs/ProjectReport.md
phrase-2.23.0 docs/ProjectReport.md
phrase-2.22.2 docs/ProjectReport.md
phrase-2.22.1 docs/ProjectReport.md
phrase-2.22.0 docs/ProjectReport.md
phrase-2.21.0 docs/ProjectReport.md