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