Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 492 Bytes

File metadata and controls

17 lines (10 loc) · 492 Bytes

Phrase::KeyLinksCreateParameters

Properties

Name Type Description Notes
child_key_ids Array<String> Codes of the keys to link as children. Pass an empty array to mark the parent key without linking any children.

Code Sample

require 'phrase'

instance = Phrase::KeyLinksCreateParameters.new(child_key_ids: ["ijkl9012mnop3456ijkl9012mnop3456","abcd1234efgh5678abcd1234efgh5678"])