com.aliyun.openservices.log.response.DeleteResourceRecordResponse Maven / Gradle / Ivy
package com.aliyun.openservices.log.response;
import java.util.Map;
public class DeleteResourceRecordResponse extends Response {
/**
* Construct the base response body with http headers
*
* @param headers http headers
*/
public DeleteResourceRecordResponse(Map headers) {
super(headers);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy