Sha256: 1ea45fe8002e492dc3eef2a45a6ceb6c9aa1033db25aba7bf48826efecbf3d2e
Contents?: true
Size: 426 Bytes
Versions: 18
Compression:
Stored size: 426 Bytes
Contents
# OryClient::BatchCheckPermissionResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **results** | [**Array<CheckPermissionResultWithError>**](CheckPermissionResultWithError.md) | An array of check results. The order aligns with the input order. | | ## Example ```ruby require 'ory-client' instance = OryClient::BatchCheckPermissionResult.new( results: null ) ```
Version data entries
18 entries across 18 versions & 1 rubygems