All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.log.response.UpdateLoggingResponse Maven / Gradle / Ivy

package com.aliyun.openservices.log.response;

import java.util.Map;

public class UpdateLoggingResponse extends Response {

    /**
     * Construct a new {@link UpdateLoggingResponse} instance.
     *
     * @param headers The response headers.
     */
    public UpdateLoggingResponse(Map headers) {
        super(headers);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy