Sha256: f86121203efc6b1dd5b5c7e58fb289623935be551b0fcebfbf976fed9e137e7f
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 Bytes
Contents
# DocSpring::CombinePdfsData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **delete_custom_files** | **Boolean** | | [optional] | | **expires_in** | **Integer** | | [optional] | | **metadata** | **Object** | | [optional] | | **password** | **String** | | [optional] | | **source_pdfs** | **Array<Object>** | | | | **test** | **Boolean** | | [optional] | ## Example ```ruby require 'docspring' instance = DocSpring::CombinePdfsData.new( delete_custom_files: null, expires_in: null, metadata: null, password: null, source_pdfs: null, test: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/CombinePdfsData.md |