OpenFga::CreateStoreRequest

February 16, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
nameString

Example

require 'openfga'

instance = OpenFga::CreateStoreRequest.new(
  name: my-store-name
)