Sha256: 21300a6bb866d0848738bca4e69392035853f9d4839c3943cdf3f43bcdcc4ae5
Contents?: true
Size: 619 Bytes
Versions: 3
Compression:
Stored size: 619 Bytes
Contents
# Athenian::TeamUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | New name of the team. | | | **members** | **Array<String>** | A set of developers. An empty list disables the filter and includes everybody. Duplicates are automatically ignored. | | | **parent** | **Integer** | New identifier of the higher level team. | | ## Example ```ruby require 'athenian' instance = Athenian::TeamUpdateRequest.new( name: null, members: ["github.com/vmarkovtsev","github.com/dpordomingo"], parent: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/TeamUpdateRequest.md |
athenian-2.1.85 | docs/TeamUpdateRequest.md |
athenian-2.1.81 | docs/TeamUpdateRequest.md |