| Name | Type | Description | Notes |
|---|---|---|---|
| submissions | Array<Submission> | ||
| limit | Integer | ||
| next_cursor | String |
require 'docspring'
instance = DocSpring::ListSubmissionsResponse.new(
submissions: null,
limit: null,
next_cursor: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| submissions | Array<Submission> | ||
| limit | Integer | ||
| next_cursor | String |
require 'docspring'
instance = DocSpring::ListSubmissionsResponse.new(
submissions: null,
limit: null,
next_cursor: null
)