OpenFga::CreateStoreResponse
February 16, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | ||
| created_at | Time | ||
| updated_at | Time |
Example
require 'openfga'
instance = OpenFga::CreateStoreResponse.new(
id: 01YCP46JKYM8FJCQ37NMBYHE5X,
name: null,
created_at: null,
updated_at: null
)