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

com.volcengine.model.beans.FunctionsWorkflowInput Maven / Gradle / Ivy

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


import com.alibaba.fastjson.annotation.JSONField;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.util.List;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class FunctionsWorkflowInput {
    @JSONField(name = "TemplateId")
    String templateId;

    @JSONField(name = "Templates")
    List templates;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy