Class: Braintrust::Models::ACLBatchUpdateResponse
- Defined in:
- lib/braintrust/models/acl_batch_update_response.rb
Instance Attribute Summary collapse
-
#added_acls ⇒ Object
An ACL grants a certain permission or role to a certain user or group on an object.
-
#removed_acls ⇒ Object
An ACL grants a certain permission or role to a certain user or group on an object.
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_acls ⇒ Object
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_acls ⇒ Object
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 }) |