Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 466 Bytes

FigmaAttachmentCreateParameters.md

File metadata and controls

19 lines (12 loc) · 466 Bytes

Phrase::FigmaAttachmentCreateParameters

Properties

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

Code Sample

require 'Phrase'

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