Exemplo n.º 1
0
 public Index(Restapi.Account.Extension.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }
Exemplo n.º 2
0
 public Index(Restapi.Account.Extension.Index parent, string scaleSize = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.scaleSize = scaleSize;
 }
Exemplo n.º 3
0
 public Index(Restapi.Account.Extension.Index parent, string ruleId = null)
 {
     this.parent = parent;
     this.rc     = parent.rc;
     this.ruleId = ruleId;
 }
Exemplo n.º 4
0
 public Index(Restapi.Account.Extension.Index parent, string forwardingNumberId = null)
 {
     this.parent             = parent;
     this.rc                 = parent.rc;
     this.forwardingNumberId = forwardingNumberId;
 }
Exemplo n.º 5
0
 public Index(Restapi.Account.Extension.Index parent, string callRecordId = null)
 {
     this.parent       = parent;
     this.rc           = parent.rc;
     this.callRecordId = callRecordId;
 }
Exemplo n.º 6
0
 public Index(Restapi.Account.Extension.Index parent, string greetingId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.greetingId = greetingId;
 }