Interface ImageSearchConfigResponse

All Known Implementing Classes:
ImageSearchConfigResponseImpl

public interface ImageSearchConfigResponse
ImageSearchConfigResponse
Example to create an instance using the builder pattern

     ImageSearchConfigResponse imageSearchConfigResponse = ImageSearchConfigResponse.builder()
             .status(ImageSearchConfigStatus.ON)
             .lastModifiedAt(ZonedDateTime.parse("2022-01-01T12:00:00.301Z"))
             .build()