Sha256: 31d9a47d9ad05899c472468f0e88d8cf57e684e92891c4c3e7892efc46179e92
Contents?: true
Size: 710 Bytes
Versions: 14
Compression:
Stored size: 710 Bytes
Contents
# OryClient::IdentityPatchResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | The action for this specific patch create ActionCreate Create this identity. error ActionError Error indicates that the patch failed. | [optional] | | **error** | **Object** | | [optional] | | **identity** | **String** | The identity ID payload of this patch | [optional] | | **patch_id** | **String** | The ID of this patch response, if an ID was specified in the patch. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentityPatchResponse.new( action: null, error: null, identity: null, patch_id: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems