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

com.aliyun.dingtalknotable_2_0.models.UpdateSheetRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class UpdateSheetRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("name") public String name; public static UpdateSheetRequest build(java.util.Map map) throws Exception { UpdateSheetRequest self = new UpdateSheetRequest(); return TeaModel.build(map, self); } public UpdateSheetRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy