示例#1
0
 public Index(Restapi.Glip.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }
示例#2
0
 public Index(Restapi.Glip.Index parent, string taskId = null)
 {
     this.parent = parent;
     this.rc     = parent.rc;
     this.taskId = taskId;
 }
示例#3
0
 public Index(Restapi.Glip.Index parent, string webhookId = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.webhookId = webhookId;
 }
示例#4
0
 public Index(Restapi.Glip.Index parent, string noteId = null)
 {
     this.parent = parent;
     this.rc     = parent.rc;
     this.noteId = noteId;
 }
示例#5
0
 public Index(Restapi.Glip.Index parent, string chatId = null)
 {
     this.parent = parent;
     this.rc     = parent.rc;
     this.chatId = chatId;
 }
示例#6
0
 public Index(Restapi.Glip.Index parent, string eventId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.eventId = eventId;
 }
示例#7
0
 public Index(Restapi.Glip.Index parent, string groupId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.groupId = groupId;
 }
示例#8
0
 public Index(Restapi.Glip.Index parent, string personId = null)
 {
     this.parent   = parent;
     this.rc       = parent.rc;
     this.personId = personId;
 }