RequestedOutput对象初始化。
def __init__(self, name)
参数名
参数类型
输入/输出
说明
name
String
输入
输入名称,长度范围[1, 1000],name输入为空时,默认取值为output0。
无