Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 581 Bytes

File metadata and controls

22 lines (16 loc) · 581 Bytes

OpenfgaClient::ExpandRequest

Properties

Name Type Description Notes
tuple_key ExpandRequestTupleKey
authorization_model_id String [optional]
consistency ConsistencyPreference [optional][default to 'UNSPECIFIED']

Example

require 'openfga_client'

instance = OpenfgaClient::ExpandRequest.new(
  tuple_key: null,
  authorization_model_id: 01G5JAVJ41T49E9TT3SKVS7X1J,
  consistency: null
)