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