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

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

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

import com.aliyun.tea.*;

public class DeleteLiveRecordTemplateRequest extends TeaModel {
    /**
     * 

代表资源一级ID的资源属性字段

*/ @NameInMap("TemplateId") public String templateId; public static DeleteLiveRecordTemplateRequest build(java.util.Map map) throws Exception { DeleteLiveRecordTemplateRequest self = new DeleteLiveRecordTemplateRequest(); return TeaModel.build(map, self); } public DeleteLiveRecordTemplateRequest setTemplateId(String templateId) { this.templateId = templateId; return this; } public String getTemplateId() { return this.templateId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy