Table of Contents

Class AnthropicFileDeleteResponse

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents the response from deleting a file in the Anthropic API.

public class AnthropicFileDeleteResponse
Inheritance
AnthropicFileDeleteResponse
Inherited Members

Properties

Id

Gets or sets the ID of the file that was deleted.

public string Id { get; init; }

Property Value

string

Type

Gets or sets the response type

public string Type { get; init; }

Property Value

string