Sha256: fee2830f305bdd406268d7dd0a95083a89211559fe2736612b0525e80c54790a

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

# Athenian::JIRAProjectsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | **Integer** | Account ID. |  |
| **projects** | **Hash<String, Boolean>** | Map from project keys to their enabled/disabled flags. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::JIRAProjectsRequest.new(
  account: null,
  projects: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/JIRAProjectsRequest.md
athenian-2.1.85 docs/JIRAProjectsRequest.md
athenian-2.1.81 docs/JIRAProjectsRequest.md