Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

File metadata and controls

20 lines (14 loc) · 374 Bytes

OpenfgaClient::CheckResponse

Properties

Name Type Description Notes
allowed Boolean [optional]
resolution String For internal use only. [optional]

Example

require 'openfga_client'

instance = OpenfgaClient::CheckResponse.new(
  allowed: true,
  resolution: null
)