Sha256: d44aa1d5314c4f733240de8912ef0f899d3c2f0a058262a1eb4c28e131c60a67
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
# Athenian::PaginatePullRequestsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **batch** | **Integer** | Target batch size. The returned ranges do not guarantee the exact match. | | | **request** | [**FilterPullRequestsRequest**](FilterPullRequestsRequest.md) | | | ## Example ```ruby require 'athenian' instance = Athenian::PaginatePullRequestsRequest.new( batch: null, request: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/PaginatePullRequestsRequest.md |
athenian-2.1.85 | docs/PaginatePullRequestsRequest.md |
athenian-2.1.81 | docs/PaginatePullRequestsRequest.md |