OpenFga::CreateStoreResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idString
nameString
created_atTime
updated_atTime

Example

require 'openfga'

instance = OpenFga::CreateStoreResponse.new(
  id: 01YCP46JKYM8FJCQ37NMBYHE5X,
  name: null,
  created_at: null,
  updated_at: null
)