Sha256: e67c6c5be417e1eb373dadd5fc634c6c478d503f6f73d48eca7f8f1631f99d47

Contents?: true

Size: 723 Bytes

Versions: 3

Compression:

Stored size: 723 Bytes

Contents

# Athenian::TeamCreateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | **Integer** | Account identifier. That account will own the created team. |  |
| **name** | **String** | 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** | Identifier of the higher level team. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::TeamCreateRequest.new(
  account: null,
  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/TeamCreateRequest.md
athenian-2.1.85 docs/TeamCreateRequest.md
athenian-2.1.81 docs/TeamCreateRequest.md