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

Version Path
phrase-2.26.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.25.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.24.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.23.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.22.2 docs/FigmaAttachmentCreateParameters.md
phrase-2.22.1 docs/FigmaAttachmentCreateParameters.md
phrase-2.22.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.21.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.20.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.19.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.18.0 docs/FigmaAttachmentCreateParameters.md
phrase-2.17.0 docs/FigmaAttachmentCreateParameters.md