Class: Braintrust::Models::PatchOrganizationMembersOutput

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

Defined Under Namespace

Classes: Status

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

#send_email_errorString

If invite emails failed to send for some reason, the patch operation will still complete, but we will return an error message here

Returns:

  • (String)


14
# File 'lib/braintrust/models/patch_organization_members_output.rb', line 14

optional :send_email_error, String

#statusSymbol

One of the constants defined in Status

Returns:

  • (Symbol)


9
# File 'lib/braintrust/models/patch_organization_members_output.rb', line 9

required :status, enum: -> { Braintrust::Models::PatchOrganizationMembersOutput::Status }