Sha256: 893720a1f9bede4bf33a6262e4a70d6a25f8fb9ee2198aa5888f80e668e735fc
Contents?: true
Size: 483 Bytes
Versions: 14
Compression:
Stored size: 483 Bytes
Contents
# Phrase::KeyLinksCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **child_key_ids** | **Array<String>** | The IDs of the child keys to link to the parent key. Can be left empty, to only mark the given translation-key as parent | ## Code Sample ```ruby require 'Phrase' instance = Phrase::KeyLinksCreateParameters.new(child_key_ids: ["child_key_id1","child_key_id2"]) ```
Version data entries
14 entries across 14 versions & 1 rubygems