class Cucumber::Messages::TestRunHookStarted

def initialize(

def initialize(
  id: '',
  test_run_started_id: '',
  hook_id: '',
  timestamp: Timestamp.new
)
  @id = id
  @test_run_started_id = test_run_started_id
  @hook_id = hook_id
  @timestamp = timestamp
  super()
end