Class EventData
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents data for an event.
public abstract class EventData
- Inheritance
-
EventData
- Derived
- Inherited Members
Constructors
EventData(string)
Initializes a new instance of the EventData class.
protected EventData(string type)
Parameters
type
stringThe type of the event.
Properties
Type
Gets the type of the event.
public string Type { get; init; }