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

Version Path
phrase-3.7.1 docs/TagWithStats.md
phrase-3.7.0 docs/TagWithStats.md
phrase-3.6.0 docs/TagWithStats.md
phrase-3.5.0 docs/TagWithStats.md
phrase-3.4.0 docs/TagWithStats.md
phrase-3.3.0 docs/TagWithStats.md
phrase-3.2.1 docs/TagWithStats.md
phrase-3.2.0 docs/TagWithStats.md
phrase-3.1.1 docs/TagWithStats.md
phrase-3.1.0 docs/TagWithStats.md
phrase-3.0.0 docs/TagWithStats.md
phrase-2.26.0 docs/TagWithStats.md
phrase-2.25.0 docs/TagWithStats.md
phrase-2.24.0 docs/TagWithStats.md
phrase-2.23.0 docs/TagWithStats.md
phrase-2.22.2 docs/TagWithStats.md
phrase-2.22.1 docs/TagWithStats.md
phrase-2.22.0 docs/TagWithStats.md
phrase-2.21.0 docs/TagWithStats.md
phrase-2.20.0 docs/TagWithStats.md