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