Sha256: d5e295ce921d0d4c255303b9c1c570282d22962a4bf49684e2d65c9020548f52
Contents?: true
Size: 466 Bytes
Versions: 11
Compression:
Stored size: 466 Bytes
Contents
# Phrase::FigmaAttachmentCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **url** | **String** | Figma file url | ## Code Sample ```ruby require 'Phrase' instance = Phrase::FigmaAttachmentCreateParameters.new(branch: my-feature-branch, url: https://figma.com/file/xxxxx/sample) ```
Version data entries
11 entries across 11 versions & 1 rubygems