Sha256: 83e0f1dbd475520e3b8184f8c8cec66b63e96397e5fca75586f44fb0a65c20d8

Contents?: true

Size: 790 Bytes

Versions: 1

Compression:

Stored size: 790 Bytes

Contents

# DocSpring::SubmissionBatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  |  |
| **total_count** | **Integer** |  |  |
| **pending_count** | **Integer** |  |  |
| **error_count** | **Integer** |  |  |
| **completion_percentage** | **Integer** |  |  |
| **state** | **String** |  |  |
| **processed_at** | **String** |  |  |
| **metadata** | **Object** |  |  |
| **submissions** | [**Array<Submission>**](Submission.md) |  | [optional] |

## Example

```ruby
require 'docspring'

instance = DocSpring::SubmissionBatch.new(
  id: null,
  total_count: null,
  pending_count: null,
  error_count: null,
  completion_percentage: null,
  state: null,
  processed_at: null,
  metadata: null,
  submissions: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docspring-2.0.0 docs/SubmissionBatch.md