Sha256: 85d71e1e14c65c843786bc1470616528d5608de649b06ec20051e7b6b8cd7cee

Contents?: true

Size: 352 Bytes

Versions: 1

Compression:

Stored size: 352 Bytes

Contents

# DocSpring::CreateFolderAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** |  |  |
| **parent_folder_id** | **String** |  | [optional] |

## Example

```ruby
require 'docspring'

instance = DocSpring::CreateFolderAttributes.new(
  name: null,
  parent_folder_id: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docspring-2.0.0 docs/CreateFolderAttributes.md