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

com.aliyun.ice20201109.models.DropSearchLibRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;

import com.aliyun.tea.*;

public class DropSearchLibRequest extends TeaModel {
    @NameInMap("SearchLibName")
    public String searchLibName;

    public static DropSearchLibRequest build(java.util.Map map) throws Exception {
        DropSearchLibRequest self = new DropSearchLibRequest();
        return TeaModel.build(map, self);
    }

    public DropSearchLibRequest setSearchLibName(String searchLibName) {
        this.searchLibName = searchLibName;
        return this;
    }
    public String getSearchLibName() {
        return this.searchLibName;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy