Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 455 Bytes

File metadata and controls

24 lines (18 loc) · 455 Bytes

OpenfgaClient::CreateStoreResponse

Properties

Name Type Description Notes
id String
name String
created_at Time
updated_at Time

Example

require 'openfga_client'

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