Sha256: b6f7690bdcd412b8e4bf0c0b88ac19f0cdad601ce7c2d23d84d375b5689e0bd2
Contents?: true
Size: 736 Bytes
Versions: 24
Compression:
Stored size: 736 Bytes
Contents
# OryClient::ExpandTree ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **children** | [**Array<ExpandTree>**](ExpandTree.md) | The children of the node, possibly none. | [optional] | | **tuple** | [**RelationTuple**](RelationTuple.md) | | [optional] | | **type** | **String** | The type of the node. union TreeNodeUnion exclusion TreeNodeExclusion intersection TreeNodeIntersection leaf TreeNodeLeaf tuple_to_subject_set TreeNodeTupleToSubjectSet computed_subject_set TreeNodeComputedSubjectSet not TreeNodeNot unspecified TreeNodeUnspecified | | ## Example ```ruby require 'ory-client' instance = OryClient::ExpandTree.new( children: null, tuple: null, type: null ) ```
Version data entries
24 entries across 24 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.2.0.alpha29 | docs/ExpandTree.md |
ory-client-0.2.0.alpha28 | docs/ExpandTree.md |
ory-client-0.2.0.alpha27 | docs/ExpandTree.md |
ory-client-0.2.0.alpha26 | docs/ExpandTree.md |