OpenFga::TypedWildcard
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String |
Example
require 'openfga'
instance = OpenFga::TypedWildcard.new(
type: employee
)
February 16, 2026 ยท View on GitHub
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String |
require 'openfga'
instance = OpenFga::TypedWildcard.new(
type: employee
)