Sha256: 99c5fd82452bf261f4125eecd2067fd925da856dee61dfca39181d9a913b8695
Contents?: true
Size: 432 Bytes
Versions: 4
Compression:
Stored size: 432 Bytes
Contents
# 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 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems