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

com.aliyun.sas20181203.models.DeleteSearchConditionResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sas20181203.models;

import com.aliyun.tea.*;

public class DeleteSearchConditionResponseBody extends TeaModel {
    /**
     * 

The request ID.

* * example: *

2983C540-E51F-582A-B510-732C27CD914C

*/ @NameInMap("RequestId") public String requestId; public static DeleteSearchConditionResponseBody build(java.util.Map map) throws Exception { DeleteSearchConditionResponseBody self = new DeleteSearchConditionResponseBody(); return TeaModel.build(map, self); } public DeleteSearchConditionResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy