Sha256: 78b825143b2a47569b053df2112abc7d133b84119435fbc9b26e1ea6fe58c7ac
Contents?: true
Size: 740 Bytes
Versions: 2
Compression:
Stored size: 740 Bytes
Contents
# OryKetoClient::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-keto-client' instance = OryKetoClient::RelationQuery.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.8.0.alpha2 | docs/RelationQuery.md |
ory-keto-client-0.8.0.alpha1 | docs/RelationQuery.md |