Table of Contents

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

string

Type

Gets the type of the message batch response.

public string Type { get; init; }

Property Value

string