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

Version Path
phrase-3.7.1 docs/FigmaAttachmentCreateParameters.md
phrase-3.7.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.6.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.5.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.4.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.3.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.2.1 docs/FigmaAttachmentCreateParameters.md
phrase-3.2.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.1.1 docs/FigmaAttachmentCreateParameters.md
phrase-3.1.0 docs/FigmaAttachmentCreateParameters.md
phrase-3.0.0 docs/FigmaAttachmentCreateParameters.md