Sha256: 99c5b9661ded8a3f119da3bf4fa069fff4c63a6dd9d999894faab144134f4824
Contents?: true
Size: 727 Bytes
Versions: 39
Compression:
Stored size: 727 Bytes
Contents
# OryClient::RelationQuery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **namespace** | **String** | Namespace of the Relation Tuple | [optional] | | **object** | **String** | Object of the Relation Tuple | [optional] | | **relation** | **String** | Relation of the Relation Tuple | [optional] | | **subject_id** | **String** | SubjectID of the Relation Tuple 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
39 entries across 39 versions & 1 rubygems