# OryKratosClient::BatchPatchIdentitiesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identities** | [**Array<IdentityPatchResponse>**](IdentityPatchResponse.md) | The patch responses for the individual identities. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::BatchPatchIdentitiesResponse.new( identities: null ) ```