Sha256: 923dd7271f7986397645b6a1ad975aba05393b6b98bbd6005ddab2ed61770adc

Contents?: true

Size: 477 Bytes

Versions: 23

Compression:

Stored size: 477 Bytes

Contents

# Phrase::FigmaAttachmentUpdateParameters

## 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::FigmaAttachmentUpdateParameters.new(branch: my-feature-branch,
                                 url: https://figma.com/file/xxxxx/sample)
```


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/FigmaAttachmentUpdateParameters.md
phrase-3.7.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.6.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.5.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.4.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.3.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.2.1 docs/FigmaAttachmentUpdateParameters.md
phrase-3.2.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.1.1 docs/FigmaAttachmentUpdateParameters.md
phrase-3.1.0 docs/FigmaAttachmentUpdateParameters.md
phrase-3.0.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.26.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.25.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.24.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.23.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.22.2 docs/FigmaAttachmentUpdateParameters.md
phrase-2.22.1 docs/FigmaAttachmentUpdateParameters.md
phrase-2.22.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.21.0 docs/FigmaAttachmentUpdateParameters.md
phrase-2.20.0 docs/FigmaAttachmentUpdateParameters.md