Sha256: 2224df153670d9819b187e607c166fa88cea702dda8ea1b7b7d2c47e0e45102f
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
# Athenian::RepositorySetCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Account identifier. That account will own the created repository set. The user must be an admin of the account. | | | **items** | **Array<String>** | | | | **name** | **String** | Unique editable identifier of the repository set. | | ## Example ```ruby require 'athenian' instance = Athenian::RepositorySetCreateRequest.new( account: null, items: null, name: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/RepositorySetCreateRequest.md |
athenian-2.1.85 | docs/RepositorySetCreateRequest.md |
athenian-2.1.81 | docs/RepositorySetCreateRequest.md |