# Phrase::UploadSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locales_created** | **Integer** |  | [optional] 
**translation_keys_created** | **Integer** |  | [optional] 
**translation_keys_updated** | **Integer** |  | [optional] 
**translation_keys_unmentioned** | **Integer** |  | [optional] 
**translations_created** | **Integer** |  | [optional] 
**translations_updated** | **Integer** |  | [optional] 
**tags_created** | **Integer** |  | [optional] 
**translation_keys_ignored** | **Integer** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::UploadSummary.new(locales_created: null,
                                 translation_keys_created: null,
                                 translation_keys_updated: null,
                                 translation_keys_unmentioned: null,
                                 translations_created: null,
                                 translations_updated: null,
                                 tags_created: null,
                                 translation_keys_ignored: null)
```