示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AuditGetshareapplyhistoryResApplyinfoType3AllOf" /> class.
 /// </summary>
 /// <param name="detail">detail.</param>
 public AuditGetshareapplyhistoryResApplyinfoType3AllOf(AuditGetshareapplyhistoryResApplyinfoType3AllOfDetail detail = default(AuditGetshareapplyhistoryResApplyinfoType3AllOfDetail))
 {
     this.Detail = detail;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AuditGetshareapplyhistoryResApplyinfoType3" /> class.
 /// </summary>
 /// <param name="approveindex">结合auditorname,小于等于该值的表示审批通过的审核员,从0开始 (required).</param>
 /// <param name="auditornames">提交审核时,所有能看到该申请记录的审核员的名称  auditornames[approveindex]表示审核通过的审核员如auditornames[vetoindex]表示否决的审核员  approveindex 和 vetoindex 都为 -1 表示免审核 (required).</param>
 /// <param name="csflevel">文件密级,5~15,如果是文件夹,则为0 (required).</param>
 /// <param name="docname">文档名称 (required).</param>
 /// <param name="isdir">是否为文件夹 (required).</param>
 /// <param name="requestdate">申请时间(微秒时间戳) (required).</param>
 /// <param name="vetoindex">结合auditorname,该位置表示否决的人在auditornames中的位置,从0开始,  -1表示没有人否决 (required).</param>
 /// <param name="apptype">申请类型  1表示共享申请  2表示外链申请  3表示所有者申请  5更改密级申请  6表示更改继承申请 (required).</param>
 /// <param name="detail">detail.</param>
 public AuditGetshareapplyhistoryResApplyinfoType3(long?approveindex = default(long?), List <string> auditornames = default(List <string>), long?csflevel = default(long?), string docname = default(string), bool?isdir = default(bool?), long?requestdate = default(long?), long?vetoindex = default(long?), long?apptype = default(long?), AuditGetshareapplyhistoryResApplyinfoType3AllOfDetail detail = default(AuditGetshareapplyhistoryResApplyinfoType3AllOfDetail))
 {
     this.Approveindex = approveindex;
     this.Auditornames = auditornames;
     this.Csflevel     = csflevel;
     this.Docname      = docname;
     this.Isdir        = isdir;
     this.Requestdate  = requestdate;
     this.Vetoindex    = vetoindex;
     this.Apptype      = apptype;
     this.Detail       = detail;
 }