Sha256: 2cd804830db639f68d86eaf004aeb9a8129c196131c386af36789f8c8cf8d256
Contents?: true
Size: 730 Bytes
Versions: 2
Compression:
Stored size: 730 Bytes
Contents
# OryKetoClient::RelationQuery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **namespace** | **String** | Namespace of the Relation Tuple | | | **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.7.0.alpha1 | docs/RelationQuery.md |
ory-keto-client-0.7.0.alpha0 | docs/RelationQuery.md |