Sha256: 86072276b170ac3a091ce10398a21978b79b303198ec69ae3366f7b6831ce9f2
Contents?: true
Size: 704 Bytes
Versions: 3
Compression:
Stored size: 704 Bytes
Contents
# Athenian::RepositorySetListItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Repository set identifier. | [optional] | | **name** | **String** | Repository set name. | [optional] | | **created** | **Time** | Date and time of creation of the repository set. | [optional] | | **updated** | **Time** | Date and time of the last change of the repository set. | [optional] | | **items_count** | **Integer** | Number of repositories in the set. | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::RepositorySetListItem.new( id: null, name: null, created: null, updated: null, items_count: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/RepositorySetListItem.md |
athenian-2.1.85 | docs/RepositorySetListItem.md |
athenian-2.1.81 | docs/RepositorySetListItem.md |