Sha256: 4821a0de3d969e7846480b9dbaac61e163d35e9c47f9972f419de05112fbb291
Contents?: true
Size: 1.07 KB
Versions: 18
Compression:
Stored size: 1.07 KB
Contents
# Phrase::CustomMetadataPropertiesCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | name of the property | **data_type** | [**CustomMetadataDataType**](CustomMetadataDataType.md) | | **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::CustomMetadataPropertiesCreateParameters.new(name: Fruit, data_type: null, 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