Class: HighLevel::Models::Calendars::UpdateCalendarNotificationsDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::UpdateCalendarNotificationsDTO
- Defined in:
- lib/high_level/models/calendars/update_calendar_notifications_dto.rb
Instance Attribute Summary collapse
-
#additional_email_ids ⇒ Object
readonly
Returns the value of attribute additional_email_ids.
-
#additional_phone_numbers ⇒ Object
readonly
Returns the value of attribute additional_phone_numbers.
-
#after_time ⇒ Object
readonly
Returns the value of attribute after_time.
-
#before_time ⇒ Object
readonly
Returns the value of attribute before_time.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#channel ⇒ Object
readonly
Returns the value of attribute channel.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#from_address ⇒ Object
readonly
Returns the value of attribute from_address.
-
#from_name ⇒ Object
readonly
Returns the value of attribute from_name.
-
#from_number ⇒ Object
readonly
Returns the value of attribute from_number.
-
#is_active ⇒ Object
readonly
Returns the value of attribute is_active.
-
#notification_type ⇒ Object
readonly
Returns the value of attribute notification_type.
-
#receiver_type ⇒ Object
readonly
Returns the value of attribute receiver_type.
-
#selected_users ⇒ Object
readonly
Returns the value of attribute selected_users.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#template_id ⇒ Object
readonly
Returns the value of attribute template_id.
Instance Attribute Details
#additional_email_ids ⇒ Object (readonly)
Returns the value of attribute additional_email_ids
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def additional_email_ids @additional_email_ids end |
#additional_phone_numbers ⇒ Object (readonly)
Returns the value of attribute additional_phone_numbers
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def additional_phone_numbers @additional_phone_numbers end |
#after_time ⇒ Object (readonly)
Returns the value of attribute after_time
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def after_time @after_time end |
#before_time ⇒ Object (readonly)
Returns the value of attribute before_time
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def before_time @before_time end |
#body ⇒ Object (readonly)
Returns the value of attribute body
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def body @body end |
#channel ⇒ Object (readonly)
Returns the value of attribute channel
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def channel @channel end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def deleted @deleted end |
#from_address ⇒ Object (readonly)
Returns the value of attribute from_address
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def from_address @from_address end |
#from_name ⇒ Object (readonly)
Returns the value of attribute from_name
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def from_name @from_name end |
#from_number ⇒ Object (readonly)
Returns the value of attribute from_number
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def from_number @from_number end |
#is_active ⇒ Object (readonly)
Returns the value of attribute is_active
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def is_active @is_active end |
#notification_type ⇒ Object (readonly)
Returns the value of attribute notification_type
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def notification_type @notification_type end |
#receiver_type ⇒ Object (readonly)
Returns the value of attribute receiver_type
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def receiver_type @receiver_type end |
#selected_users ⇒ Object (readonly)
Returns the value of attribute selected_users
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def selected_users @selected_users end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def subject @subject end |
#template_id ⇒ Object (readonly)
Returns the value of attribute template_id
9 10 11 |
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9 def template_id @template_id end |