class
Hamilton::Types::ChecklistTasksAdded
- Hamilton::Types::ChecklistTasksAdded
- Reference
- Object
Overview
Describes a service message about tasks added to a checklist.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/checklist_tasks_added.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#checklist_message : Hamilton::Types::Message | Nil
Message containing the checklist to which the tasks were added.
-
#checklist_message=(checklist_message : Hamilton::Types::Message | Nil)
Message containing the checklist to which the tasks were added.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#tasks : Array(Hamilton::Types::ChecklistTask)
List of tasks added to the checklist.
-
#tasks=(tasks : Array(Hamilton::Types::ChecklistTask))
List of tasks added to the checklist.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def checklist_message : Hamilton::Types::Message | Nil
#
Message containing the checklist to which the tasks were added. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
def checklist_message=(checklist_message : Hamilton::Types::Message | Nil)
#
Message containing the checklist to which the tasks were added. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.