HookSuccessAttachment constructor
HookSuccessAttachment({})
Implementation
HookSuccessAttachment({
required this.content,
required this.hookName,
required this.toolUseID,
required this.hookEvent,
this.stdout,
this.stderr,
this.exitCode,
this.command,
this.durationMs,
});