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

com.volcengine.model.imagex.v2.CreateTemplatesFromBinBody Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;
import java.util.List;

/**
 * CreateTemplatesFromBinBody
 */
@lombok.Data
public final class CreateTemplatesFromBinBody  {

    /**
     * 

待恢复模板名称。

* *

:::tip

* *

您可以通过调用[获取回收站中所有模板](https://www.volcengine.com/docs/508/132241)获取所需的模板名称。

* *

:::

*/ @com.alibaba.fastjson.annotation.JSONField(name = "TemplateNames") private List templateNames; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy