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.18.0 docs/Tag.md
phrase-2.17.0 docs/Tag.md
phrase-2.16.0 docs/Tag.md
phrase-2.15.0 docs/Tag.md
phrase-2.14.0 docs/Tag.md
phrase-2.13.0 docs/Tag.md
phrase-2.12.0 docs/Tag.md
phrase-2.11.0 docs/Tag.md
phrase-2.10.0 docs/Tag.md
phrase-2.9.0 docs/Tag.md
phrase-2.8.7 docs/Tag.md
phrase-2.8.3 docs/Tag.md
phrase-2.8.2 docs/Tag.md
phrase-2.8.1 docs/Tag.md
phrase-2.8.0 docs/Tag.md
phrase-2.7.2 docs/Tag.md
phrase-2.7.1 docs/Tag.md
phrase-2.7.0 docs/Tag.md
phrase-2.6.0 docs/Tag.md
phrase-2.5.1 docs/Tag.md