# 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 ) ```