Class: HighLevel::Models::VoiceAi::SendPostCallNotificationSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::SendPostCallNotificationSchema
- Defined in:
- lib/high_level/models/voice_ai/send_post_call_notification_schema.rb
Instance Attribute Summary collapse
-
#admins ⇒ Object
readonly
Returns the value of attribute admins.
-
#all_users ⇒ Object
readonly
Returns the value of attribute all_users.
-
#contact_assigned_user ⇒ Object
readonly
Returns the value of attribute contact_assigned_user.
-
#custom_emails ⇒ Object
readonly
Returns the value of attribute custom_emails.
-
#specific_users ⇒ Object
readonly
Returns the value of attribute specific_users.
Instance Attribute Details
#admins ⇒ Object (readonly)
Returns the value of attribute admins
9 10 11 |
# File 'lib/high_level/models/voice_ai/send_post_call_notification_schema.rb', line 9 def admins @admins end |
#all_users ⇒ Object (readonly)
Returns the value of attribute all_users
9 10 11 |
# File 'lib/high_level/models/voice_ai/send_post_call_notification_schema.rb', line 9 def all_users @all_users end |
#contact_assigned_user ⇒ Object (readonly)
Returns the value of attribute contact_assigned_user
9 10 11 |
# File 'lib/high_level/models/voice_ai/send_post_call_notification_schema.rb', line 9 def contact_assigned_user @contact_assigned_user end |
#custom_emails ⇒ Object (readonly)
Returns the value of attribute custom_emails
9 10 11 |
# File 'lib/high_level/models/voice_ai/send_post_call_notification_schema.rb', line 9 def custom_emails @custom_emails end |
#specific_users ⇒ Object (readonly)
Returns the value of attribute specific_users
9 10 11 |
# File 'lib/high_level/models/voice_ai/send_post_call_notification_schema.rb', line 9 def specific_users @specific_users end |