OpenFga::GetStoreResponse

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idString
nameString
created_atTime
updated_atTime
deleted_atTime[optional]

Example

require 'openfga'

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