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