class

CB::TeamUpdate

Inherits CB::TeamAction / CB::APIAction / CB::Action / Reference / Object

Instance methods

billing_email

TODO: (abrightwell) - would be really nice to have some validation on this property. I briefly looked into implementing a macro for it, but it an email regex is non-trivial. Need to determine what would be 'good enough' for our purposes here. So I'm going to come back to this one in a future update. For now, we'll rely on the API validation of the field.

Source
billing_email=(billing_email : String | Nil)

TODO: (abrightwell) - would be really nice to have some validation on this property. I briefly looked into implementing a macro for it, but it an email regex is non-trivial. Need to determine what would be 'good enough' for our purposes here. So I'm going to come back to this one in a future update. For now, we'll rely on the API validation of the field.

Source
confirmed
confirmed=(confirmed : Bool)
confirmed=(str : String)
Source
enforce_sso
enforce_sso=(enforce_sso : Bool | Nil)
enforce_sso=(str : String)
Source
name
name=(str : String)
Source
name=(name : String | Nil)