Sha256: e76a0e4ef4fe275f63b02af91ee266b50cccee66e61dc408e39208d2ec3c9263
Contents?: true
Size: 713 Bytes
Versions: 21
Compression:
Stored size: 713 Bytes
Contents
# 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) ```
Version data entries
21 entries across 21 versions & 1 rubygems