Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 481 Bytes

File metadata and controls

19 lines (12 loc) · 481 Bytes

Phrase::FigmaAttachmentUpdateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
url String Figma file url [optional]

Code Sample

require 'phrase'

instance = Phrase::FigmaAttachmentUpdateParameters.new(branch: 'my-feature-branch',
                                 url: 'https://figma.com/file/xxxxx/sample')