package com.baidubce.services.moladb.model;
import com.baidubce.model.AbstractBceResponse;
/**
* Represents the output of a UpdateTable operation.
*/
public class UpdateTableResponse extends AbstractBceResponse {
/**
* Constructs a new UpdateTableResponse object.
*
*/
public UpdateTableResponse() {
}
}