# Phrase::TagWithStats ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | [optional] **keys_count** | **Integer** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] **statistics** | [**Array<TagWithStats1Statistics1>**](TagWithStats1Statistics1.md) | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TagWithStats.new(name: null, keys_count: null, created_at: null, updated_at: null, statistics: null) ```