Sha256: 63845e3091b34e78637bcaa40da88cd8172b99bd5aa8876263b0584f7857be1b
Contents?: true
Size: 438 Bytes
Versions: 1
Compression:
Stored size: 438 Bytes
Contents
# DocSpring::Folder ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **path** | **String** | | [optional] | | **parent_folder_id** | **String** | | [optional] | ## Example ```ruby require 'docspring' instance = DocSpring::Folder.new( id: null, name: null, path: null, parent_folder_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/Folder.md |