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