public class GetEditingProjectMaterialsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessKeyId |
String |
materialType |
String |
ownerAccount |
String |
ownerId |
String |
projectId |
String |
resourceOwnerAccount |
String |
resourceOwnerId |
String |
type |
| 构造器和说明 |
|---|
GetEditingProjectMaterialsRequest() |
@NameInMap(value="AccessKeyId") public String accessKeyId
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="ProjectId") @Validation(required=true) public String projectId
@NameInMap(value="Type") public String type
@NameInMap(value="MaterialType") public String materialType
public static GetEditingProjectMaterialsRequest build(Map<String,?> map) throws Exception
ExceptionCopyright © 2020. All rights reserved.