Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 539 Bytes

File metadata and controls

24 lines (18 loc) · 539 Bytes

OpenapiClient::RelationReference

Properties

Name Type Description Notes
type String
relation String [optional]
wildcard Object [optional]
condition String The name of a condition that is enforced over the allowed relation. [optional]

Example

require 'openapi_client'

instance = OpenapiClient::RelationReference.new(
  type: group,
  relation: member,
  wildcard: null,
  condition: null
)