Sha256: 74af27d7972f00331d8e16af4171fde621ef644ffcf89ca07e8fc12ba2f06edb

Contents?: true

Size: 545 Bytes

Versions: 41

Compression:

Stored size: 545 Bytes

Contents

# Phrase::Tag

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | [optional] 
**keys_count** | **Integer** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::Tag.new(name: null,
                                 keys_count: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
phrase-2.5.0 docs/Tag.md
phrase-2.4.0 docs/Tag.md
phrase-2.3.1 docs/Tag.md
phrase-2.3.0 docs/Tag.md
phrase-2.2.0 docs/Tag.md
phrase-2.1.0 docs/Tag.md
phrase-2.0.0 docs/Tag.md
phrase-1.0.14 docs/Tag.md
phrase-1.0.13 docs/Tag.md
phrase-1.0.12 docs/Tag.md
phrase-1.0.11 docs/Tag.md
phrase-1.0.10 docs/Tag.md
phrase-1.0.9 docs/Tag.md
phrase-1.0.8 docs/Tag.md
phrase-1.0.7 docs/Tag.md
phrase-1.0.6 docs/Tag.md
phrase-1.0.5 docs/Tag.md
phrase-1.0.4 docs/Tag.md
phrase-1.0.3 docs/Tag.md
phrase-1.0.2 docs/Tag.md