Browse Source

Generated 2020-05-18 for dataworks-public.

sdk-team 3 năm trước cách đây
mục cha
commit
625c319b69

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.36.1441
+1.36.1442

+ 1 - 0
dataworks-public/include/alibabacloud/dataworks-public/model/GetPermissionApplyOrderDetailResult.h

@@ -43,6 +43,7 @@ namespace AlibabaCloud
 								struct ColumnMetaListItem
 								{
 									std::string columnName;
+									std::string securityLevel;
 									std::string columnComment;
 								};
 								std::vector<ObjectMetaListItem::ColumnMetaListItem> columnMetaList;

+ 2 - 0
dataworks-public/src/model/GetPermissionApplyOrderDetailResult.cc

@@ -96,6 +96,8 @@ void GetPermissionApplyOrderDetailResult::parse(const std::string &payload)
 				columnMetaListObject.columnName = projectMetaNodeObjectMetaListObjectMetaListItemColumnMetaListColumnMetaListItem["ColumnName"].asString();
 			if(!projectMetaNodeObjectMetaListObjectMetaListItemColumnMetaListColumnMetaListItem["ColumnComment"].isNull())
 				columnMetaListObject.columnComment = projectMetaNodeObjectMetaListObjectMetaListItemColumnMetaListColumnMetaListItem["ColumnComment"].asString();
+			if(!projectMetaNodeObjectMetaListObjectMetaListItemColumnMetaListColumnMetaListItem["SecurityLevel"].isNull())
+				columnMetaListObject.securityLevel = projectMetaNodeObjectMetaListObjectMetaListItemColumnMetaListColumnMetaListItem["SecurityLevel"].asString();
 			objectMetaListItemObject.columnMetaList.push_back(columnMetaListObject);
 		}
 		applyOrderDetail_.approveContent.projectMeta.objectMetaList.push_back(objectMetaListItemObject);