Class RecordSingleResponse


public class RecordSingleResponse extends AbstractSingleResponse<RecordEntity>
Represents the API response of the Cloudflare API containing a single DNS record entity.
  • Constructor Details

    • RecordSingleResponse

      public RecordSingleResponse()
      Constructs a new instance of the RecordSingleResponse class.

      This constructor initializes the RecordSingleResponse object by invoking the superclass constructor. The RecordSingleResponse represents a specific API response structure that encapsulates a single DNS record entity, providing mechanisms to interact with such data in the context of the Cloudflare API.