Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

File metadata and controls

22 lines (16 loc) · 439 Bytes

OpenfgaClient::User

Properties

Name Type Description Notes
object Object [optional]
userset UsersetUser [optional]
wildcard TypedWildcard [optional]

Example

require 'openfga_client'

instance = OpenfgaClient::User.new(
  object: null,
  userset: null,
  wildcard: null
)