Class: Telnyx::Models::RcsSuggestion::Action::CreateCalendarEventAction
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::RcsSuggestion::Action::CreateCalendarEventAction
- Defined in:
- lib/telnyx/models/rcs_suggestion.rb
Overview
Instance Attribute Summary collapse
-
#description ⇒ String?
Event description.
- #end_time ⇒ Time?
- #start_time ⇒ Time?
-
#title ⇒ String?
Event title.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#description ⇒ String?
Event description. Maximum 500 characters.
105 |
# File 'lib/telnyx/models/rcs_suggestion.rb', line 105 optional :description, String |
#end_time ⇒ Time?
110 |
# File 'lib/telnyx/models/rcs_suggestion.rb', line 110 optional :end_time, Time |
#start_time ⇒ Time?
115 |
# File 'lib/telnyx/models/rcs_suggestion.rb', line 115 optional :start_time, Time |
#title ⇒ String?
Event title. Maximum 100 characters.
121 |
# File 'lib/telnyx/models/rcs_suggestion.rb', line 121 optional :title, String |