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

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

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

import com.aliyun.tea.*;

public class QuerySearchLibRequest extends TeaModel {
    /**
     * 

The name of the search library.

*

This parameter is required.

* * example: *

test1

*/ @NameInMap("SearchLibName") public String searchLibName; public static QuerySearchLibRequest build(java.util.Map map) throws Exception { QuerySearchLibRequest self = new QuerySearchLibRequest(); return TeaModel.build(map, self); } public QuerySearchLibRequest setSearchLibName(String searchLibName) { this.searchLibName = searchLibName; return this; } public String getSearchLibName() { return this.searchLibName; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy