Sha256: 6266d3a570825de066ef26d7447a8bb116e7d6e39393ebbe68df502a967eac74
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
# OryKetoClient::ExpandTree ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **children** | [**Array<ExpandTree>**](ExpandTree.md) | | [optional] | | **subject_id** | **String** | | [optional] | | **subject_set** | [**SubjectSet**](SubjectSet.md) | | [optional] | | **type** | **String** | | | ## Example ```ruby require 'ory-keto-client' instance = OryKetoClient::ExpandTree.new( children: null, subject_id: null, subject_set: null, type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.8.0.alpha2 | docs/ExpandTree.md |
ory-keto-client-0.7.0.alpha0 | docs/ExpandTree.md |