Sha256: 0481b1c1a40339205fbbfbe6c8b132c82b30f79d036cd1fc632bb4f1f087267e
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
# Athenian::GetReleasesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Account ID. | | | **releases** | [**Array<ReleaseNames>**](ReleaseNames.md) | List of repositories and release names to list. | | ## Example ```ruby require 'athenian' instance = Athenian::GetReleasesRequest.new( account: null, releases: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/GetReleasesRequest.md |
athenian-2.1.85 | docs/GetReleasesRequest.md |
athenian-2.1.81 | docs/GetReleasesRequest.md |