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
Type
Gets or sets the response type
public string Type { get; init; }