All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkyida_1_0.models.ListOperationLogsResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkyida_1_0.models;

import com.aliyun.tea.*;

public class ListOperationLogsResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

{"FINST-GW866DA1NHFZIPNE03UTM88NOAGQ27Q9VUP1L0":[{"currentText":null,"componentType":null,"gmtModified":"2022-04-08 11:15:34","preText":null,"operationType":"CREATE","componentName":"","operator":{"userInfo":null,"tbWang":null,"depDesc":null,"displayName":"娄修俊","mastedataDeptments":null,"orderNum":null,"displayEnName":null,"userId":null,"personalPhoto":null,"status":null},"fieldId":null}]}

*/ @NameInMap("operationLogMap") public java.util.Map operationLogMap; public static ListOperationLogsResponseBody build(java.util.Map map) throws Exception { ListOperationLogsResponseBody self = new ListOperationLogsResponseBody(); return TeaModel.build(map, self); } public ListOperationLogsResponseBody setOperationLogMap(java.util.Map operationLogMap) { this.operationLogMap = operationLogMap; return this; } public java.util.Map getOperationLogMap() { return this.operationLogMap; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy