Sha256: 60ee4f68e6e10970fc651a911c3d0bdd2c8229f54137f1422f42de46cbc8c6ea
Contents?: true
Size: 721 Bytes
Versions: 41
Compression:
Stored size: 721 Bytes
Contents
# Phrase::TagWithStats ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | [optional] **keys_count** | **Integer** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [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) ```
Version data entries
41 entries across 41 versions & 1 rubygems
Version | Path |
---|---|
phrase-1.0.1 | docs/TagWithStats.md |