Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 463 Bytes

File metadata and controls

20 lines (14 loc) · 463 Bytes

OpenfgaClient::StreamResultOfStreamedListObjectsResponse

Properties

Name Type Description Notes
result StreamedListObjectsResponse [optional]
error Status [optional]

Example

require 'openfga_client'

instance = OpenfgaClient::StreamResultOfStreamedListObjectsResponse.new(
  result: null,
  error: null
)