public class TestStruct
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<SecurityScene> |
testField |
| Constructor and Description |
|---|
TestStruct() |
| Modifier and Type | Method and Description |
|---|---|
static TestStruct |
build(Map<String,?> map) |
List<SecurityScene> |
getTestField() |
TestStruct |
setTestField(List<SecurityScene> testField) |
@NameInMap(value="test_field") @Validation(required=true) public List<SecurityScene> testField
public static TestStruct build(Map<String,?> map) throws Exception
Exceptionpublic TestStruct setTestField(List<SecurityScene> testField)
public List<SecurityScene> getTestField()
Copyright © 2025. All rights reserved.