Class: Braintrust::Models::PatchOrganizationMembersOutput
- Defined in:
- lib/braintrust/models/patch_organization_members_output.rb
Defined Under Namespace
Classes: Status
Instance Attribute Summary collapse
-
#send_email_error ⇒ String
If invite emails failed to send for some reason, the patch operation will still complete, but we will return an error message here.
-
#status ⇒ Symbol
One of the constants defined in Status.
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
#send_email_error ⇒ String
If invite emails failed to send for some reason, the patch operation will still complete, but we will return an error message here
14 |
# File 'lib/braintrust/models/patch_organization_members_output.rb', line 14 optional :send_email_error, String |
#status ⇒ Symbol
One of the constants defined in Status
9 |
# File 'lib/braintrust/models/patch_organization_members_output.rb', line 9 required :status, enum: -> { Braintrust::Models::PatchOrganizationMembersOutput::Status } |