public class FolderPaths
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<FolderPath> |
paths |
| 构造器和说明 |
|---|
FolderPaths() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FolderPaths |
build(Map<String,?> map) |
List<FolderPath> |
getPaths() |
FolderPaths |
setPaths(List<FolderPath> paths) |
@NameInMap(value="paths") @Validation(required=true) public List<FolderPath> paths
public static FolderPaths build(Map<String,?> map) throws Exception
Exceptionpublic FolderPaths setPaths(List<FolderPath> paths)
public List<FolderPath> getPaths()
Copyright © 2022. All rights reserved.