Class: Braintrust::Models::ACLBatchUpdateResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/braintrust/models/acl_batch_update_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #initialize, #inspect, #to_h, #to_s

Constructor Details

This class inherits a constructor from Braintrust::BaseModel

Instance Attribute Details

#added_aclsObject

An ACL grants a certain permission or role to a certain user or group on an object.



13
# File 'lib/braintrust/models/acl_batch_update_response.rb', line 13

required :added_acls, Braintrust::ArrayOf.new(-> { Braintrust::Models::ACL })

#removed_aclsObject

An ACL grants a certain permission or role to a certain user or group on an object.



22
# File 'lib/braintrust/models/acl_batch_update_response.rb', line 22

required :removed_acls, Braintrust::ArrayOf.new(-> { Braintrust::Models::ACL })