| Name | Type | Description | Notes |
|---|---|---|---|
| type_definitions | Array<TypeDefinition> | ||
| schema_version | String | ||
| conditions | Hash<String, Condition> | [optional] |
require 'openfga_client'
instance = OpenfgaClient::WriteAuthorizationModelRequest.new(
type_definitions: null,
schema_version: null,
conditions: null
)