Class ClaudeResponse
public abstract class ClaudeResponse
- Inheritance
-
objectClaudeResponse
- Derived
Properties
CreatedAt
Unix timestamp representing when the file was created.
public UnixTime CreatedAt { get; }
Property Value
- UnixTime
CreatedAtZulu
RFC 3339 datetime string representing when the file was created.
public ZuluTime? CreatedAtZulu { get; set; }
Property Value
- ZuluTime?
Id
Unique object identifier.
public string Id { get; set; }
Property Value
- string
Type
Object type.
public string Type { get; set; }
Property Value
- string