Class MessageBatchDeleteResponse
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a message batch delete response.
public class MessageBatchDeleteResponse
- Inheritance
-
MessageBatchDeleteResponse
- Inherited Members
Properties
Id
Gets the ID of the message batch that was deleted.
public string Id { get; init; }
Property Value
Type
Gets the type of the message batch response.
public string Type { get; init; }