Sha256: d89109bdec718bbf39799b05539a528849137e05f18d1b3be1063faff577084b
Contents?: true
Size: 688 Bytes
Versions: 3
Compression:
Stored size: 688 Bytes
Contents
# OryKetoClient::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-keto-client' instance = OryKetoClient::RelationQuery.new( namespace: null, object: null, relation: null, subject_id: null, subject_set: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.11.0.alpha0 | docs/RelationQuery.md |
ory-keto-client-0.10.0.alpha0 | docs/RelationQuery.md |
ory-keto-client-0.9.0.alpha0 | docs/RelationQuery.md |