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

com.aliyun.dingtalkdatacenter_1_0.models.QueryGeneralDataUpdateDateRequest Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkdatacenter_1_0.models;

import com.aliyun.tea.*;

public class QueryGeneralDataUpdateDateRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("serviceId") public String serviceId; public static QueryGeneralDataUpdateDateRequest build(java.util.Map map) throws Exception { QueryGeneralDataUpdateDateRequest self = new QueryGeneralDataUpdateDateRequest(); return TeaModel.build(map, self); } public QueryGeneralDataUpdateDateRequest setServiceId(String serviceId) { this.serviceId = serviceId; return this; } public String getServiceId() { return this.serviceId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy