# Phrase::TagWithStats1Statistics1

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locale** | [**LocalePreview**](LocalePreview.md) |  | [optional] 
**statistics** | [**TagWithStats1Statistics**](TagWithStats1Statistics.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TagWithStats1Statistics1.new(locale: null,
                                 statistics: null)
```