Sha256: b266f4d0261ceb8207d3286065cfc0bd57e7ac83b3cd0d22d7ae2cf0914ec89f

Contents?: true

Size: 467 Bytes

Versions: 3

Compression:

Stored size: 467 Bytes

Contents

# Athenian::SetMappedJIRAIdentitiesRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | **Integer** | Account ID. |  |
| **changes** | [**Array<MappedJIRAIdentityChange>**](MappedJIRAIdentityChange.md) | Individual GitHub<>JIRA user mapping change. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::SetMappedJIRAIdentitiesRequest.new(
  account: null,
  changes: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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