Sha256: 10860fda9c15382d230f5baa8b499c13caf3ed105524ec03b62320fd67025b7c
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
# DocSpring::ListSubmissionsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **submissions** | [**Array<Submission>**](Submission.md) | | | | **limit** | **Float** | | | | **next_cursor** | **String** | | | ## Example ```ruby require 'docspring' instance = DocSpring::ListSubmissionsResponse.new( submissions: null, limit: null, next_cursor: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docspring-2.0.0 | docs/ListSubmissionsResponse.md |