Sha256: 2666948f44ed58cef7adacfa23f73fa86735dec0be41d71904833d22271b1842
Contents?: true
Size: 675 Bytes
Versions: 133
Compression:
Stored size: 675 Bytes
Contents
# OryClient::RelationQuery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **namespace** | **String** | Namespace to query | [optional] | | **object** | **String** | Object to query | [optional] | | **relation** | **String** | Relation to query | [optional] | | **subject_id** | **String** | SubjectID to query Either SubjectSet or SubjectID can be provided. | [optional] | | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::RelationQuery.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
133 entries across 133 versions & 1 rubygems