Class BatchResponse


public class BatchResponse extends AbstractSingleResponse<BatchEntry>
Represents a response that contains a single BatchEntry as the result.

This class is used for API responses where the primary result is a batch entry, which includes collections of operations such as patches, posts, puts, and deletes performed on DNS record entities.

Extends AbstractSingleResponse with BatchEntry as the generic type, ensuring that the response result is a batch of operations.