Class: A2A::TaskStatus

Inherits:
ProtocolStruct
  • Object
show all
Defined in:
lib/a2a/types/task_status.rb

Overview

Represents the status of a task at a specific point in time.

Instance Method Summary collapse

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#messageMessage?



10
# File 'lib/a2a/types/task_status.rb', line 10

attribute? :message, Types::Constructor(Message).optional

#stateString



7
# File 'lib/a2a/types/task_status.rb', line 7

attribute :state, TaskState

#timestampDateTime?



13
# File 'lib/a2a/types/task_status.rb', line 13

attribute? :timestamp, Types::JSON::DateTime.optional