class
Hamilton::Types::ChecklistTasksDone
- Hamilton::Types::ChecklistTasksDone
- Reference
- Object
Overview
Describes a service message about checklist tasks marked as done or not done.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/checklist_tasks_done.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 whose tasks were marked as done or not done.
-
#checklist_message=(checklist_message : Hamilton::Types::Message | Nil)
Message containing the checklist whose tasks were marked as done or not done.
-
#marked_as_done_task_ids : Array(Int32)
Identifiers of the tasks that were marked as done.
-
#marked_as_done_task_ids=(marked_as_done_task_ids : Array(Int32))
Identifiers of the tasks that were marked as done.
-
#marked_as_not_done_task_ids : Array(Int32)
Identifiers of the tasks that were marked as not done.
-
#marked_as_not_done_task_ids=(marked_as_not_done_task_ids : Array(Int32))
Identifiers of the tasks that were marked as not done.
-
#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.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
Message containing the checklist whose tasks were marked as done or not done. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.
Identifiers of the tasks that were marked as done.
Identifiers of the tasks that were marked as not done.
Identifiers of the tasks that were marked as not done.