TaskUpdateToolInput class

Input for the TaskUpdateTool.

Constructors

TaskUpdateToolInput({required String taskId, String? subject, String? description, String? activeForm, String? status, List<String>? addBlocks, List<String>? addBlockedBy, String? owner, Map<String, dynamic>? metadata})
const
TaskUpdateToolInput.fromJson(Map<String, dynamic> json)
factory

Properties

activeForm → String?
final
addBlockedBy → List<String>?
final
addBlocks → List<String>?
final
description → String?
final
hashCode → int
The hash code for this object.
no setterinherited
metadata → Map<String, dynamic>?
final
owner → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
status → String?
final
subject → String?
final
taskId → String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited