Sha256: 202633be385b6696dc4b4086d954e51d8aee59a470c6b8acf426aa676eb71103

Contents?: true

Size: 651 Bytes

Versions: 1

Compression:

Stored size: 651 Bytes

Contents

# DocSpring::SubmissionDataBatchRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **css** | **String** |  | [optional] |
| **data** | **Object** |  |  |
| **html** | **String** |  | [optional] |
| **metadata** | **Object** |  | [optional] |
| **template_id** | **String** |  |  |
| **template_version** | **String** |  | [optional] |
| **test** | **Boolean** |  | [optional] |

## Example

```ruby
require 'docspring'

instance = DocSpring::SubmissionDataBatchRequest.new(
  css: null,
  data: null,
  html: null,
  metadata: null,
  template_id: null,
  template_version: null,
  test: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docspring-2.0.0 docs/SubmissionDataBatchRequest.md