Class AnthropicResponse
Inheritance
object
AnthropicResponse
Assembly: .dll
Syntax
public abstract class AnthropicResponse
Properties
CreatedAt
Declaration
public UnixTime CreatedAt { get; }
Property Value
Type |
Description |
UnixTime |
|
CreatedAtZulu
RFC 3339 datetime string representing when the file was created.
Declaration
public ZuluTime? CreatedAtZulu { get; set; }
Property Value
Type |
Description |
ZuluTime? |
|
Id
Unique object identifier.
Declaration
public string Id { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value