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

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

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

import com.aliyun.tea.*;

public class DeleteEditingProjectsRequest extends TeaModel {
    /**
     * 

The ID of the online editing project. You can specify multiple IDs separated with commas (,).

* * example: *

fb2101bf24bf41cb318787dc,87dcfb2101bf24bf41cb3187

*/ @NameInMap("ProjectIds") public String projectIds; public static DeleteEditingProjectsRequest build(java.util.Map map) throws Exception { DeleteEditingProjectsRequest self = new DeleteEditingProjectsRequest(); return TeaModel.build(map, self); } public DeleteEditingProjectsRequest setProjectIds(String projectIds) { this.projectIds = projectIds; return this; } public String getProjectIds() { return this.projectIds; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy