Table of Contents

Class AnthropicResponse

public abstract class AnthropicResponse
Inheritance
object
AnthropicResponse
Derived

Properties

CreatedAt

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