Sha256: 8c8a6a4c00473f3871234993cfd46f06afadc15386d88e1acedbb3903fc35faa

Contents?: true

Size: 1.12 KB

Versions: 19

Compression:

Stored size: 1.12 KB

Contents

# Phrase::CustomMetadataProperty

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**data_type** | [**CustomMetadataDataType**](CustomMetadataDataType.md) |  | [optional] 
**user** | [**UserPreview**](UserPreview.md) |  | [optional] 
**projects** | [**Array<ProjectShort>**](ProjectShort.md) |  | [optional] 
**value_options** | **Array<String>** |  | [optional] 
**created_at** | **Time** |  | [optional] 
**updated_at** | **Time** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::CustomMetadataProperty.new(id: null,
                                 name: null,
                                 description: null,
                                 data_type: null,
                                 user: null,
                                 projects: null,
                                 value_options: null,
                                 created_at: null,
                                 updated_at: null)
```


Version data entries

19 entries across 19 versions & 1 rubygems

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