Class: HighLevel::Models::Calendars::UpdateCalendarNotificationsDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/calendars/update_calendar_notifications_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additional_email_idsObject (readonly)

Returns the value of attribute additional_email_ids

Returns:

  • (Object)

    the current value of 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_numbersObject (readonly)

Returns the value of attribute additional_phone_numbers

Returns:

  • (Object)

    the current value of 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_timeObject (readonly)

Returns the value of attribute after_time

Returns:

  • (Object)

    the current value of 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_timeObject (readonly)

Returns the value of attribute before_time

Returns:

  • (Object)

    the current value of before_time



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def before_time
  @before_time
end

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def body
  @body
end

#channelObject (readonly)

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def channel
  @channel
end

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def deleted
  @deleted
end

#from_addressObject (readonly)

Returns the value of attribute from_address

Returns:

  • (Object)

    the current value of 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_nameObject (readonly)

Returns the value of attribute from_name

Returns:

  • (Object)

    the current value of 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_numberObject (readonly)

Returns the value of attribute from_number

Returns:

  • (Object)

    the current value of 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_activeObject (readonly)

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute notification_type

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute receiver_type

Returns:

  • (Object)

    the current value of 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_usersObject (readonly)

Returns the value of attribute selected_users

Returns:

  • (Object)

    the current value of selected_users



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def selected_users
  @selected_users
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def subject
  @subject
end

#template_idObject (readonly)

Returns the value of attribute template_id

Returns:

  • (Object)

    the current value of template_id



9
10
11
# File 'lib/high_level/models/calendars/update_calendar_notifications_dto.rb', line 9

def template_id
  @template_id
end