Sha256: c4c2cdb5fd36cc8e50b3de4d989f4d3055abf598d0ee9626a6a374eb2ac657c1
Contents?: true
Size: 980 Bytes
Versions: 18
Compression:
Stored size: 980 Bytes
Contents
# Phrase::CustomMetadataPropertiesUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | name of the property | [optional] **project_ids** | **Array<String>** | ids of projects that the property belongs to | [optional] **description** | **String** | description of property | [optional] **value_options** | **Array<String>** | value options of property (only applies to single or multi select properties) | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::CustomMetadataPropertiesUpdateParameters.new(name: Fruit, project_ids: ["abcd1234cdef1234abcd1234cdef1234","abcd1234cdef1234abcd1234cdef4321"], description: A healthy snack for all ages, value_options: ["Apple","Banana","Coconut"]) ```
Version data entries
18 entries across 18 versions & 1 rubygems